Rust bindings and safe wrappers for citro3d
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ian Chamberlain 593ba8e62b
Merge pull request #30 from rust3ds/feature/gh-pages-docs
1 year ago
.github/workflows Merge pull request #30 from rust3ds/feature/gh-pages-docs 1 year ago
citro3d Fix normalize doctests to use proper math 1 year ago
citro3d-macros Refactor matrix API and add doctests etc 1 year ago
citro3d-sys Link shim-3ds for `test --lib` 1 year ago
.gitignore Rename to citro3d-macros 1 year ago
Cargo.toml Generate bindings with build.rs at compile time 1 year ago
README.md Fix licensing 2 years ago
rustfmt.toml Major refactor of projection API 1 year ago

README.md

citro3d-rs

WIP

Bindings and safe wrapper to the citro3d library, to write homebrew graphical programs for the Nintendo 3DS.

Crates

  • citro3d-sys - C bindings to libcitro3d
  • citro3d - safe Rust wrappers for citro3d-sys (WIP)

License

  • citro3d-sys is licensed under Zlib
  • citro3d is dual-licensed under MIT or Apache-2.0