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 7d5cd29c5e
Add pica200::include_shader macro using picasso
1 year ago
bindgen-citro3d Try to rework buffer info to be less error-prone 2 years ago
citro3d Add pica200::include_shader macro using picasso 1 year ago
citro3d-sys Use proper stereo perspective projection 2 years ago
pica200 Add pica200::include_shader macro using picasso 1 year ago
.gitignore Varios cleanup + simplify example 3 years ago
Cargo.toml Add pica200::include_shader macro using picasso 1 year ago
README.md Fix licensing 2 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)

License

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