adrianperreault / rust-gfx-examples

OpenGL examples in Rust using the gfx-rs library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Nix 89.9%Language:Rust 10.1%