webgl_fundamentals_m3 0.1.0+1 copy "webgl_fundamentals_m3: ^0.1.0+1" to clipboard
webgl_fundamentals_m3: ^0.1.0+1 copied to clipboard

Various 2d math functions used in the WebGL Fundamentals tutorials.

example/example.dart

import 'package:webgl_fundamentals_m3/webgl_fundamentals_m3.dart';

void main() {
  translate([
    0, .5, 1,
    1, 0, .5,
    .5, 0, .5
  ], 2, 2);
}
1
likes
40
pub points
0%
popularity

Publisher

verified publisheralmaclaine.com

Various 2d math functions used in the WebGL Fundamentals tutorials.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on webgl_fundamentals_m3