openworld_gl 0.0.25 copy "openworld_gl: ^0.0.25" to clipboard
openworld_gl: ^0.0.25 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 Flutter:

 $ flutter pub add openworld_gl

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  openworld_gl: ^0.0.25

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:openworld_gl/openworld_gl.dart';
1
likes
130
points
294
downloads

Publisher

unverified uploader

Weekly Downloads

cross-platform call OpenGL API by Dart through dart:ffi. 3D programming in the cross-platform. Provides OpenGL with Texture Widget on Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on openworld_gl