Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Releases: greenfork/nimraylib_now

NimraylibNow! v0.15.0

28 Aug 08:55
Compare
Choose a tag to compare

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

15 Dec 14:55
bc021ec
Compare
Choose a tag to compare

Fixed bug when using --threads:on with raymath module on Windows, see #50

NimraylibNow! v0.14.1

28 Nov 12:42
Compare
Choose a tag to compare

Bump nimble version

NimraylibNow! v0.14.0

22 Nov 17:40
Compare
Choose a tag to compare

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

04 Sep 13:30
Compare
Choose a tag to compare

Minor bug fixes for the goodness of humanity.

NimraylibNow! v0.13.0

22 May 15:28
Compare
Choose a tag to compare

Mostly improvements and fixes, see MIGRATION

NimraylibNow! v0.12.0

10 May 15:58
Compare
Choose a tag to compare
  • Raylib updated to 3.7.0
  • Raygui updated to 2.9
  • Emscripten support, see example
  • Static compilation support
  • Windows support
  • MacOS support

A lot of changes, migration is documented in MIGRATION

Happy hacking!

NimraylibNow! v0.10.0

08 May 09:38
Compare
Choose a tag to compare

NimraylibNow! v0.8.0

21 Jan 13:05
Compare
Choose a tag to compare

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

14 Jan 16:34
Compare
Choose a tag to compare

Add physac module support!