Skip to content

Releases: M0n7y5/raylib-beef

0.3.1

31 Oct 21:21
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
  • [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

31 May 00:51
Compare
Choose a tag to compare
0.3.0 - Big update Pre-release
Pre-release
  • [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

03 Nov 03:32
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release
  • Fixed Interop types
  • Fixed Vector operator overload
  • Fixed TraceLogCallback (no mentioned in commit msg)

0.2.3

13 Jun 10:01
2459050
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

Fixed #4

0.2.2

01 Jun 18:24
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Fixed #3

0.2.1

04 May 06:08
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Fixed #1

0.2.0

04 May 05:14
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • 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.