0 purchases
webgl fundamentals utils
webgl_fundamentals_utils #
Set of utilities for webgl based on Gregg Tavares webgl-utils.js for the WebGL Fundamentals tutorials.
Usage #
A simple usage example:
import 'dart:html';
import 'package:webgl_fundamentals_utils/webgl_fundamentals_utils.dart';
void main() {
final cv = CanvasElement();
resizeCanvasToDisplaySize(cv, multiplier: 2);
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.