Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/klarh/haste-webgl

WebGL FFI for Haste
https://github.com/klarh/haste-webgl

Last synced: 7 days ago
JSON representation

WebGL FFI for Haste

Awesome Lists containing this project

README

        

* haste-webgl

This is a quick and dirty binding of the webGL spec
(https://www.khronos.org/registry/webgl/specs/1.0/) for haste. Modules
are arranged by (and type signatures were obtained from) their
location on the quick reference card located at
https://www.khronos.org/files/webgl/webgl-reference-card-1_0.pdf .

** Examples

A couple of examples from "Learning WebGL" (http://learningwebgl.com/)
are available in the examples/ folder.