Build Status crates.io Gitter Chat
Documentation | Blog

gfx-rs

gfx is a high-performance, bindless graphics API for the Rust programming language. It aims to be the default API for Rust graphics: for one-off applications, or higher level libraries or engines.

Motivation

Getting started

Add the following to your Cargo.toml:

~~~toml [dependencies] gfx = "*" ~~~

See the cube example for a typical context initialization with glfw and the triangle example for initialization with glutin.

links to stuff here!

Who's using it?

People are!

Note

gfx is still in the early stages of development. Help is most appreciated.

If you are interested in helping out, you can contact the developers on Gitter. See contrib.md for contact information and contribution guidelines.