Crates.io | ciri |
lib.rs | ciri |
version | 0.1.0 |
created_at | 2025-07-01 20:51:08.557932+00 |
updated_at | 2025-07-01 20:51:08.557932+00 |
description | Simple game engine using three-d |
homepage | |
repository | https://github.com/malezjaa/ciri |
max_upload_size | |
id | 1733877 |
size | 81,762 |
Simple game engine using [three-d](https://github.com/asny/three-d) for rendering.
Here're some of the project's best features:
1. Add crate
cargo add ciri
2. Add code
fn main() {
let engine = Engine::new(EngineOptions::builder().with_name("Builder Example").build())
.with_orbit_camera();
engine.render_loop_with_camera(move |mut frame, camera| {
...
})
}
3. Run
cargo run
This project is licensed under the MIT
Support me at https://github.com/sponsors/malezjaa