/rust-and-opengl-lessons

Collection of example code for learning OpenGL in Rust

Primary LanguageRustApache License 2.0Apache-2.0

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.