9 releases (4 breaking)
new 0.5.0 | Oct 19, 2024 |
---|---|
0.4.0 | Oct 5, 2024 |
0.3.0 | Jul 11, 2024 |
0.2.2 | Jun 23, 2024 |
0.1.2 | May 6, 2024 |
#52 in Rendering
321 downloads per month
88KB
2.5K
SLoC
firefly-rust
Rust SDK for making Firefly Zero games.
Installation
cargo add firefly_rust
Cargo features
std
: required if you don't build your project with#![no_std]
. It will remove from the crate the custom panic handler to avoid conflicts with the standard library.alloc
: required if you want to useFileBuf
. Allows the crate to do memory allocations. If you enablealloc
but notstd
, you have to also provide a global allocator. We recommend using talc.sudo
: required if you want to usesudo
module. Enables privileged access to the device.nalgebra_support
: can be activated if you use nalgebra. Enables type conversion to and from nalgebra vectors.
License
MIT License. You can do whatever you want with the SDK, modify it, embed into any apps and games. Have fun!
Dependencies
~0–610KB
~12K SLoC