Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kyorohiro/5587810937cdb5b1b795b15a2115f0ec to your computer and use it in GitHub Desktop.
Save kyorohiro/5587810937cdb5b1b795b15a2115f0ec to your computer and use it in GitHub Desktop.
//
//
// WebGL entry point
//
//
import 'package:umiuni2d_webgl/core.dart';
import 'package:example/primitive_test.dart';
void main() {
GameWidget game = new GameWidget();
game.stage.root.addChild(new PrimitiveTest());
game.start();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment