three_js_wx_renderer 0.0.1
three_js_wx_renderer: ^0.0.1 copied to clipboard
This is a renderer for three_js using wxDart
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add three_js_wx_rendererWith Flutter:
$ flutter pub add three_js_wx_rendererThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
three_js_wx_renderer: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:three_js_wx_renderer/three_js_wx_renderer.dart';