Rust/Glium OpenGL demo program
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
data
src
.gitignore
Cargo.lock
Cargo.toml
LICENSE
README.md
heightmap-lod-notes.md
heightmap-notes.md
screenshot.png

README.md

gl-demo

This is a sample OpenGL program written in Rust using the Glium library.

It implements a very simple renderer and world (consisting of an array of teapots) with sketched out first-person camera controls.

An array of green teapots on a tiled surface, with mountains in the distance