Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/klarh/haste-webgl
- Owner: klarh
- License: mit
- Created: 2014-06-06T18:36:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T03:25:36.000Z (almost 10 years ago)
- Last Synced: 2023-08-06T04:51:23.849Z (over 1 year ago)
- Language: Haskell
- Size: 215 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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.