Skip to content

Releases: ArthurLumertz/orinframework

0.0.8a

01 Jan 22:29
960f04e
Compare
Choose a tag to compare

NEW IN 0.0.8a

Added RandomBool()
Added WriteTextFile()
Added ReadTextFile()
Added FileExists()
Added DirectoryExists()
Added CreateDirectory()
Added DeleteFile()
Added DeleteDirectory()
Added GetFileSize()
Added GetCurrentWorkingDirectory()
Added ListFilesInDirectory()

0.0.7a

01 Jan 19:42
394cbeb
Compare
Choose a tag to compare

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

01 Jan 04:39
86e335d
Compare
Choose a tag to compare

Fixes critical mathematical issues related to vectors

0.0.5a

01 Jan 00:33
0b82fd9
Compare
Choose a tag to compare

Adds several new colors, bug fixes and methods.

0.0.4a

31 Dec 00:50
9eb8f88
Compare
Choose a tag to compare

Port to C++

0.0.3a

05 Jul 22:52
eefa752
Compare
Choose a tag to compare

Fixes several bugs and adds a variety of new features!

0.0.2a

05 Jul 17:27
86e682c
Compare
Choose a tag to compare

Fixes some crucial performance issues
Adds several new colors!

0.0.1a

02 Jul 22:58
7216193
Compare
Choose a tag to compare
0.0.1a Pre-release
Pre-release

Initial release