• Stars
    star
    677
  • Rank 64,559 (Top 2 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created over 11 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An OpenGL function pointer loader for Rust

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"

More Repositories

1

codespan

Beautiful diagnostic reporting for text-based programming languages.
Rust
1,036
star
2

approx

Approximate floating point equality comparisons and assertions
Rust
144
star
3

language-garden

A garden of small programming language implementations πŸͺ΄
OCaml
112
star
4

rust-nbe-for-mltt

Normalization by evaluation for Martin-LΓΆf Type Theory with dependent records
Rust
87
star
5

moniker

Automagical variable binding library for Rust
Rust
63
star
6

algebra

Abstract algebra for Rust (still very much a WIP!)
Rust
60
star
7

color-rs

A library that provides types and conversions for working with various color formats.
Rust
46
star
8

ocaml-flake-example

An overly elaborate example of building a β€˜Hello World’ package with Nix flakes, OCaml, and Dune
Nix
40
star
9

chronicle

An event sourced CQRS framework for Rust
Rust
37
star
10

open.gl-tutorials

DEPRECATED
Rust
17
star
11

rusp

A minimal scripting and data language for Rust.
Rust
16
star
12

sax-rs

DEPRECATED - use https://github.com/netvl/rust-xml/ instead.
Rust
12
star
13

elm-stlc

Bidirectional type checker for the simply typed lambda calculus
Elm
12
star
14

bullet-rs

Bindings and wrapper for the Bullet physics C API.
Rust
9
star
15

mia-lang

A little concatenative language
Rust
7
star
16

vscode-mercury

Mercury language integration for VSCode
4
star
17

rust-visitors

Experimenting with visitors in Rust
Rust
3
star
18

glfwvbo

D
3
star
19

odyssey-engine-old

An experimental game engine written in D.
D
3
star
20

idris-power-of-pi

Parts of The Power of Pi, implemented in Idris
Idris
3
star
21

ieee754-rs

IEEE 754-2008 floating point arithmetic for Rust (WIP)
Rust
2
star
22

efl-rs

Servo-specific wrapper for the relevant components of the Enlightenment Foundation Libraries.
Rust
2
star
23

lean_tutorial_exercises

Answers to the exercises in the Lean tutorial
Lean
2
star
24

hedge

Indexed based half-edge mesh implementation
Rust
1
star
25

nixpkgs

My personal Nix configuration
Nix
1
star
26

rust-bay-area-2014-06

Demo OpenGL code from the Rust Bay Area meetup on Game Tech.
Rust
1
star
27

sdl2-rs

Rust bindings and wrapper for SDL2 (Incomplete!)
Rust
1
star