webgl_fundamentals_utils 0.1.0+8
webgl_fundamentals_utils: ^0.1.0+8 copied to clipboard
Set of utilities for webgl based on Gregg Tavares webgl-utils.js for the WebGL Fundamentals tutorials.
import 'dart:html';
import 'package:webgl_fundamentals_utils/webgl_fundamentals_utils.dart';
void main() {
final cv = CanvasElement();
resizeCanvasToDisplaySize(cv, multiplier: 2);
}