You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fun with WebGL 2.0 - 042 - ES6 Modules and Refactoring Fungi
Description:
Taking time out of webGL to explore module support that has been released on chrome v61. This new feature set creates a new way to write and organize javascript code. One of the best things about it is that it makes it easier to manage large code bases. After showing how modules works and some issues to look out for, we then explore how fungi has been refactored as a module library using this new feature.