god_engine 0.1.0
god_engine: ^0.1.0 copied to clipboard
An experimental virtual reality engine for the web. A sample game can be found at https://github.com/BitAlchemists/AsteroidRacers
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add god_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
god_engine: ^0.1.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:god_engine/god_engine.dart';