webgl_fundamentals_utils 0.1.0+8 copy "webgl_fundamentals_utils: ^0.1.0+8" to clipboard
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.

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);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

1
likes
40
pub points
0%
popularity

Publisher

verified publisheralmaclaine.com

Set of utilities for webgl based on Gregg Tavares webgl-utils.js for the WebGL Fundamentals tutorials.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on webgl_fundamentals_utils