Skip to content

Instantly share code, notes, and snippets.

View Tomen's full-sized avatar
🔨
building Polkalytics

Tommi Enenkel | Alice und Bob Tomen

🔨
building Polkalytics
View GitHub Profile
@Tomen
Tomen / webgl-demo.dart
Last active December 17, 2015 07:39 — forked from martinsik/webgl-demo.dart
import 'dart:html';
import 'dart:web_gl';
import 'dart:typed_data';
/**
* WebGL Demo made in Dart. It works in http://try.dartlang.org/
* Updated: 2013-05-14
* created by: http://martinsikora.com/dart-webgl-simple-demo
* updated by: https://plus.google.com/u/0/117240004279526018872
*/