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
It would be good to add an additional example "hello world" app which can be compiled for desktop (Windows/Mac/Linux) or for WebGL. This should be pretty simple, just using either Window or WebCanvas depending on the target arch (the same WindowHandler should work on any platform without changes).
The text was updated successfully, but these errors were encountered:
It would be good to add an additional example "hello world" app which can be compiled for desktop (Windows/Mac/Linux) or for WebGL. This should be pretty simple, just using either
Window
orWebCanvas
depending on the target arch (the sameWindowHandler
should work on any platform without changes).The text was updated successfully, but these errors were encountered: