Releases: greenfork/nimraylib_now
NimraylibNow! v0.15.0
Upgraded Raylib to 4.2 and Raygui to 3.2. See official release log for more information https://github.com/raysan5/raylib/releases/tag/4.2.0.
NimraylibNow! v0.14.2
Fixed bug when using --threads:on
with raymath
module on Windows, see #50
NimraylibNow! v0.14.1
Bump nimble version
NimraylibNow! v0.14.0
Upgraded Raylib to 4.0 and Raygui to 3.0. See official release log for more information https://github.com/raysan5/raylib/releases/tag/4.0.0.
NimraylibNow! v0.13.2
Minor bug fixes for the goodness of humanity.
NimraylibNow! v0.13.0
Mostly improvements and fixes, see MIGRATION
NimraylibNow! v0.12.0
NimraylibNow! v0.10.0
Experimental Emscripten support, see example: https://github.com/greenfork/nimraylib_now/tree/master/examples/emscripten
NimraylibNow! v0.8.0
Breaking changes
raymath module was rewritten almost entirely, see https://github.com/greenfork/nimraylib_now#raymath. In addition types float3
and float16
were renamed to Float3
and Float16
NimraylibNow! v0.7.0
Add physac module support!