| Crates.io | rustyray |
| lib.rs | rustyray |
| version | 0.1.6 |
| created_at | 2025-02-16 13:40:45.658833+00 |
| updated_at | 2025-08-27 14:44:50.426484+00 |
| description | High-level wrapper on top of the low-level rustyray-sys bindings |
| homepage | |
| repository | https://github.com/wizzymore/rustyray |
| max_upload_size | |
| id | 1557731 |
| size | 101,915 |
raylib is a simple and easy-to-use library to enjoy videogames programming.
This crate is a high-level wrapper on top of rustyray-sys.
The motivation behind this project is to have as safe and performant of an implementation of raylib in rust as possible.
Add it to your project:
cargo add rustyray
See examples.
I will try to re-create all raylib examples.
PRs and issues are not welcome yet, the crate is work in progress and until version 1.0.0 i don't recommend to anyone to use this.