raylib_dartified 6.0.1
raylib_dartified: ^6.0.1 copied to clipboard
Dart-native Raylib bindings that don't make you feel like you're writing C.
6.0.1 #
- [BREAKING] Comply with
raylib_dartified_basemodule naming.
6.0.0 #
- [BREAKING] Migrated to
raylib_dartified_base6.0.0's unified contract: implementsNativeMemoryPointerasMemoryPointer, adoptsStructLayout-based struct definitions and unified allocators - Removed a large amount of code now shared in
raylib_dartified_base
5.5.5 #
- [BREAKING] renamed the entrypoint to
raylib_dartified
5.5.4 #
- Support for
raylib_dartified_base>= 5.5.2
5.5.3 #
- Introduce into a family [raylib_dartified_base]
- Split Vector4 and Quaternion
- Cleaned up examples
5.5.2 #
- Extended
RaylibTempand made it the main entrypoint to anything memory-related. - Added Documentation comments to some crucial parts.
- Added
Platform Supportsection to README.md
5.5.1 #
- Add pub.dev example
5.5.0 #
- Initial version.