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 e5e2e63586
port frame begin/end to safe rust
3 years ago
citro3d port frame begin/end to safe rust 3 years ago
citro3d-sys Inline citro3d-sys functions where needed 3 years ago
.gitignore Varios cleanup + simplify example 3 years ago
Cargo.toml Add compiling example using -sys bindings 3 years ago
README.md Add compiling example using -sys bindings 3 years 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)