Skip to content
Deprecated higher-level, Rustic OpenGL bindings
Rust Shell
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples
src
.gitignore
.install_glfw.sh
.travis.yml
Cargo.toml
README.rst

README.rst

hgl-rs

Warning

hgl is deprecated in favor of gfx-rs.

https://travis-ci.org/cmr/hgl-rs.png?branch=master

Documentation is hosted by rust-ci

hgl-rs, short for "gl helpers for Rust", provides some boilerplate for working with OpenGL. I wrote it as part of my graphics course at Clarkson.

Note

hgl-rs exposes a safe interface, but it is still trivial to create invalid state that would cause GL to be memory unsafe. hgl-rs does not attempt to provide an actual safe wrapper for GL, but rather a convenient Rusty wrapper around the concepts GL exposes.

license

hgl-rs is available under the same license as Rust (dual Apache2/MIT)

You can’t perform that action at this time.