Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matklad/bunny
An exercise with glium
https://github.com/matklad/bunny
Last synced: about 1 month ago
JSON representation
An exercise with glium
- Host: GitHub
- URL: https://github.com/matklad/bunny
- Owner: matklad
- License: mit
- Created: 2015-10-31T21:31:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-27T11:46:20.000Z (almost 9 years ago)
- Last Synced: 2024-05-09T11:22:26.722Z (7 months ago)
- Language: Rust
- Size: 2.99 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
An exercise in OpenGL.
To run: `cargo run -- bunny_with_normals.obj`
![Stanford Bunny](bunny.png)
Historical note: this might be the first Rust project written in
[intellij-rust](https://github.com/alexeykudinkin/intellij-rust) plugin.