QuantumBadger / Speedy2D

Rust library for hardware accelerated drawing of 2D shapes, images, and text, with an easy to use API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add cross-platform hello world example

QuantumBadger opened this issue · 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).