1 unstable release

Uses old Rust 2015

0.0.1 Jul 18, 2019

#52 in #gl

Apache-2.0 OR MIT

31KB
724 lines

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)

Dependencies

~2.5MB
~57K SLoC