LFalch / gl-rs

An OpenGL function pointer loader for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gl-rs

Build Status

Overview

The following crates are contained in this repository:

Version License Downloads

An OpenGL function pointer loader for the Rust Programming Language.

[dependencies]
gl = "0.5.2"

Version License Downloads

Code generators for creating bindings to the Khronos OpenGL APIs.

[build-dependencies]
gl_generator = "0.4.2"

Version License Downloads

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

License:Apache License 2.0


Languages

Language:Rust 99.0%Language:Shell 0.6%Language:RenderScript 0.4%