Releases: ingur/raylib-starter
Releases · ingur/raylib-starter
v0.7
- added configurable prebuild/postbuild/postpackage hooks (per platform)
- default linux target prebuild hook for creating a launcher script has been added
- added placeholder texture
Full Changelog: v0.6...v0.7
v0.6
v0.4
v0.3
- Added improved filesystem module:
- Supports file saving in virtual file system
- Supports fallback to default filesystem
Note: filepaths are not offset based on executable path yet
Full Changelog: v0.2...v0.3
v0.2
Changelog:
- Completely reworked from scratch
- Updated raylib version to latest (v5.5)
- Added LuaJIT bindings to enable full game development using lua
- Removed web target (LuaJIT currently does not support it)
- Added automatic configurable asset packing using zipfiles (using miniz):
- used as a virtual filesystem for all file loading operations