stackgl / gl-mat3

gl-matrix's mat3, split into smaller pieces
zlib License
17 stars 1 forks source link

Camelcase filenames for consistency #3

Closed rreusser closed 6 years ago

rreusser commented 6 years ago

All of the other stackgl modules use camelCased filenames instead of hyphen-cased filenames. It's a quirk at the moment that you have to remember gl-mat3 is the one that you require differently. I'll submit a PR to change this and bump the major version unless someone prefers otherwise. (@mattdesl? @hughsk?)

mikolalysenko commented 6 years ago

👍

rreusser commented 6 years ago

Resolved by #4.