Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 688 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 688 Bytes

Examples of modern OpenGL with Rust and gfx-rs

This repository contains a number of examples of using modern OpenGL in Rust using the gfx-rs library. The examples are ports of the OpenGL Wikibook.

Libraries:

  • OpenGL management through the gfx-rs project.
  • Window management via glutin.
  • Linear algebra using cgmath.
  • Timing functions using time.

The examples build with cargo:

cargo run --example tutorial04