Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```