https://github.com/cacilhas/rscenes
A scene manager for Raylib
https://github.com/cacilhas/rscenes
Last synced: 12 months ago
JSON representation
A scene manager for Raylib
- Host: GitHub
- URL: https://github.com/cacilhas/rscenes
- Owner: cacilhas
- License: other
- Created: 2023-05-25T18:49:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T16:54:31.000Z (over 2 years ago)
- Last Synced: 2024-09-18T04:38:11.213Z (over 1 year ago)
- Language: Rust
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
[`COPYING`]: https://github.com/cacilhas/rscenes/blob/master/COPYING
[examples]: https://github.com/cacilhas/rscenes/blob/master/examples/
[Nonogram]: https://github.com/cacilhas/rscenes/blob/master/nonogram/
[Raylib]: https://crates.io/crates/raylib
[The 3-Clause BSD License]: https://opensource.org/license/bsd-3-clause/
# Rscenes 2
Rscenes 2 is a game framework over [Raylib][], it was fully rewritten from
scratch for the release 2.0.
Only shades (2D) are tested, models (3D) are still being tested.
## Installation
```sh
cargo add rscenes
```
See [Nonogram][] and the [examples][] for use.
## TODO
Test and fix models support.
## License
- [The 3-Clause BSD License][]
- [`COPYING`][]
License: BSD-3-Clause