Small collection of ported tutorials from learningwebgl.com and some three.dart examples.
Works with the latest Dart SDK, three.dart examples with the latest
branch.
- WebGL
- three.dart
$ git clone https://github.com/martinsik/dart-webgl-tutorials.git
$ cd dart-webgl-tutorials
$ pub serve
Then open http://localhost:8080
in Dartium.
Feel free to send pull requests. Please note, that this isn't intended to copy already existing examples but rather some simple and interesting usage.