Speedy2D
Speedy2D copied to clipboard
Add cross-platform hello world example
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).