Speedy2D icon indicating copy to clipboard operation
Speedy2D copied to clipboard

Add cross-platform hello world example

Open QuantumBadger opened this issue 3 years ago • 0 comments

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).

QuantumBadger avatar Dec 05 '21 17:12 QuantumBadger