Skip to content

ALMDart/dart_webgl_fundamentals_m3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webgl_fundamentals_m3

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

Usage

A simple usage example:

import 'package:webgl_fundamentals_m3/webgl_fundamentals_m3.dart';

void main() {
  translate([
    0, .5, 1,
    1, 0, .5,
    .5, 0, .5
  ], 2, 2);
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages