Releases: M0n7y5/raylib-beef
Releases · M0n7y5/raylib-beef
0.3.1
- [ADD] Support for dynamic linking
- [ADD] Official binaries from raylib github release page (Win x86/x64 MSVC)
- [REMOVE] Custom compiled binaries
- [CHANGE] Build configuration - default is dynamic linking
NOTE: Don't forget to check updated Readme
0.3.0 - Big update
- [ADD] Support for latest Raylib 3.7
- [ADD] New project structure
- [ADD] Static linking by default (dynamic linking will be added later)
- [ADD] Comments almost everywhere
- [REMOVE] Physac (not supported by Raylib)
- [CHANGE] Raymath is now ported into pure Beef 🐄 in order to give compiler more power over optimizations
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
- Implemented bindings for Physac
- Added rewrite Easings to Beef
- Removed binaries from repo
- Binaries will be shipped only from release page
Warning
For now... Physac symbols are not included!
Reason: Physac code needs a review.
If you have compiled binary with Physac, you can use Physac methods from this library.