x3rAx / rust-and-opengl-lessons

Collection of example code for learning OpenGL in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-and-opengl-lessons

Project requires Rust 1.31

Collection of example code for learning OpenGL in Rust

The code directories with -x at the end contain experimental hacks where I explore future solutions.

Running

cargo run --release --bin <project>

Example:

cargo run --release --bin lesson-23-x

License

This library is distributed under the terms of either of:

at your option.

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Collection of example code for learning OpenGL in Rust

License:Apache License 2.0


Languages

Language:Rust 98.5%Language:GLSL 1.5%