Skip to content

raylib-apl v0.1.1

Choose a tag to compare

@Brian-ED Brian-ED released this 20 Jul 22:40
· 69 commits to master since this release

First pre-release. Version 1.0.0 will arrive once more testing has been done.
This pre-release arrives on tatin.dev thanks to @Bombardier-C-Kram.

Here is a short list of additions:

  • raylib, raygui, rlgl, raymath, and physac all arrive with this release with only raylib having been tested well.
  • A stack system with multiple ⎕NA calls to convert structs to pointers was implemented to fix the ⎕NA's limited struct support.
  • A json file which informs what scopes need to be closed was implemented. It is used to create wrappers for raylib functions that enable erroring instead of crashing when incorrectly using some scoping functions like for example InitWindow and CloseWindow.
  • raylibAPL arrives to Tatin.
  • Windows, Mac, and Linux supported, though Mac needs something extra. Details in README.md.

New Contributors

Full Changelog: https://github.com/Brian-ED/raylib-apl/commits/v0.1.0