https://github.com/monntecc/opengl-rs
Learn OpenGL with Rust
https://github.com/monntecc/opengl-rs
Last synced: 25 days ago
JSON representation
Learn OpenGL with Rust
- Host: GitHub
- URL: https://github.com/monntecc/opengl-rs
- Owner: monntecc
- Created: 2023-05-26T11:25:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T14:05:23.000Z (about 3 years ago)
- Last Synced: 2025-01-12T12:50:50.498Z (over 1 year ago)
- Language: Rust
- Size: 18.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run application with debugging
```bash
cargo run --features "gl_debug"
```