Last updated:
0 purchases
gl canvas
gl_canvas #
A OpenGLES context canvas in flutter.
Usage #
// define a controller
CanvasController controler;
//...
GLCanvas(
controler: controler,
);
//...
controller.beginDraw();
// Run your GL code.
renderer.render();
controller.endDraw();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.