Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justahero/rust-glfw-app
An application that uses GLFW / OpenGL for test purposes.
https://github.com/justahero/rust-glfw-app
Last synced: about 1 month ago
JSON representation
An application that uses GLFW / OpenGL for test purposes.
- Host: GitHub
- URL: https://github.com/justahero/rust-glfw-app
- Owner: justahero
- Created: 2014-07-23T20:58:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-24T20:05:31.000Z (over 10 years ago)
- Last Synced: 2023-03-25T13:59:31.204Z (over 1 year ago)
- Language: Rust
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GLFW example
------------This is a window project with GLFW / OpenGL.
Best to compile and run the program with [Cargo](http://crates.io/)
```
$ cargo build
$ cargo run
```