Skip to content

adrianperreault/rust-gfx-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OpenGL examples in Rust using the gfx-rs library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 89.9%
  • Rust 10.1%