openworld_gl 0.0.22 openworld_gl: ^0.0.22 copied to clipboard
cross-platform call OpenGL API by Dart through dart:ffi. 3D programming in the cross-platform. Provides OpenGL with Texture Widget on Flutter.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add openworld_gl
With Flutter:
$ flutter pub add openworld_gl
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
openworld_gl: ^0.0.22
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.