Skip to content

0.0.7a

Compare
Choose a tag to compare
@ArthurLumertz ArthurLumertz released this 01 Jan 19:42
· 8 commits to main since this release
394cbeb

NEW IN 0.0.7a:

InitWindow() is type bool instead of void
Fixed small typos
Added new log type: ORIN_INFO
Added GetLog() that returns all of the log
Added BoundingBox
Added PointInBoundingBox()
Added BoundingBoxIntersects()
Added Random()
Added Random()
Fixed crucial issue with cameras
Added mouse dx and dy
Added Clamp()
Added DisableCursor()
Added EnableCursor()
Added Vector{I}Add/Sub/Mul()
Added Vector{I}Dot()
Added GetMousePosition() replacement for default X,Y values
Added GetMouseDelta() replacement for default X,Y values
Custom tesselator instead of immediate mode rendering
Added GetViewportWidth() and GetViewportHeight()
Added IsRectangleInViewport()
Added IsBoundingBoxInViewport()