Releases: ArthurLumertz/orinframework
0.0.8a
0.0.7a
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()
0.0.6a
Fixes critical mathematical issues related to vectors
0.0.5a
Adds several new colors, bug fixes and methods.
0.0.4a
Port to C++
0.0.3a
Fixes several bugs and adds a variety of new features!
0.0.2a
Fixes some crucial performance issues
Adds several new colors!
0.0.1a
Initial release