xem / W

A micro WebGL2 framework with a ton of features
https://xem.github.io/W
331 stars 23 forks source link

Putting the camera in a group works with the full source, does not with the minified one #19

Closed bsotanyi closed 2 years ago

bsotanyi commented 2 years ago

As the title says. When trying to put the camera in a group with the minified W code, the camera does not move anywhere. Made a custom build from the full version, and it works, so probably some build step / option messed it up.

xem commented 2 years ago

Oh! Thanks for noticing, i'm gonna fix that. If you make cool stuff with the lib we'd be happy to see it!

bsotanyi commented 2 years ago

Awesome, I'm trying out some libs for this year's js13 comp, and this is a very good contender. I learned a lot from your works, thanks for providing so much for the community!

xem commented 2 years ago

The pleasure is for me, I love js13k and I'm happy if my tools can help anyone. BTW, most of W.js 's magic come from my webgl mentors, stas and kchplr.