openworld_gl 0.0.21
openworld_gl: ^0.0.21 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_glWith Flutter:
$ flutter pub add openworld_glThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
openworld_gl: ^0.0.21Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.