Skip to content

brendanzab/gl-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1cd256c · May 9, 2020
Mar 12, 2020
May 8, 2020
May 8, 2020
Oct 13, 2019
May 8, 2020
Oct 13, 2019
Nov 28, 2015
Jan 19, 2019
Nov 4, 2018
Feb 26, 2018
Sep 27, 2013
Oct 13, 2019
Nov 4, 2018

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.14.0"

gl_generator

Version License Downloads

README

Code generators for creating bindings to the Khronos OpenGL APIs.

[build-dependencies]
gl_generator = "0.14.0"

khronos_api

Version License Downloads

README

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

[build-dependencies]
khronos_api = "3.1.0"

Compiling from source

khronos_api makes use of git submodules. You will need to initialize these before building:

git submodule update --init

webgl_generator

Version License Downloads

README

Code generators for creating bindings to the WebGL APIs.

[build-dependencies]
webgl_generator = "0.2.0"

webgl-stdweb

Version License Downloads

README

WebGL bindings using stdweb

[build-dependencies]
webgl_stdweb = "0.3.0"