https://github.com/davidb/glf
a webgl wrapper in dart
https://github.com/davidb/glf
Last synced: about 1 month ago
JSON representation
a webgl wrapper in dart
- Host: GitHub
- URL: https://github.com/davidb/glf
- Owner: davidB
- License: other
- Created: 2013-07-12T09:33:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-29T07:42:17.000Z (about 12 years ago)
- Last Synced: 2025-03-02T18:51:29.498Z (over 1 year ago)
- Language: Dart
- Size: 1.48 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Status : Draft / WIP
My simple webgl wrapper (utils, micro frameworks, notes...) in [dart](http://dartlang.org)
Demos :
* a [Micro shader edit/viewer](http://davidb.github.io/glf/), the demo use a pseudo deferred rendering pipeline (source in the web directory)
IMPORTANT NOTICE:
* This lib is still under development. Any changes will be done without prior notice to consumers of this package.
* If you search for a full featured webgl framework, take a loot at [spectre](https://github.com/johnmccutchan/spectre) but today (2013-08) it doesn't run via dart2js (=> 100% failed on Firefox and partial failure on Chrome)