Skip to content

luser/gl-rs

This branch is 169 commits behind brendanzab/gl-rs:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 19, 2015
Jul 2, 2016
Jan 14, 2017
Mar 24, 2016
Nov 28, 2015
Nov 28, 2015
Mar 9, 2015
Nov 28, 2015
Sep 27, 2013
Mar 24, 2016

Repository files navigation

gl-rs

Build Status

Overview

This repository contains the necessary building blocks for OpenGL wrapper libraries. For more information on each crate, see their respective READMEs listed below.

The following crates are contained in this repository:

gl

Version License Downloads

README

An OpenGL function pointer loader for the Rust Programming Language.

[dependencies]
gl = "0.6.0"

gl_generator

Version License Downloads

README

Code generators for creating bindings to the Khronos OpenGL APIs.

[build-dependencies]
gl_generator = "0.5.0"

khronos_api

Version License Downloads

README

The Khronos XML API Registry, exposed as byte string constants.

[build-dependencies]
khronos_api = "1.0.0"

Compiling from source

khronos_api uses a git submodule. You will need to initialize it before building:

git submodule update --init

A batch cargo script is provided at bin/cargo. See the script for some example usages.

About

An OpenGL function pointer loader for Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.0%
  • Other 1.0%