Skip to content

ohazi/opengl-demo-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL Core Profile 3.3 Demo (Rust)

This is a reimplementation of Chris Wellons' Minimal OpenGL 3.3 Demo project in Rust, using the gl and glfw bindings.

Build

$ cargo build

Cargo appears to be building glfw from source (via an optional glfw-sys dependency) and linking it statically. OpenGL is linked dynamically, so you'll have to set that up separately.

Run

Windowed

$ cargo run

Fullscreen

$ cargo run -- -f

Press 'q' key to quit.

Screenshot

About

Minimal OpenGL 3.3 core profile demo in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages