Hacker News new | ask | show | jobs
by mixmastamyk 2075 days ago
> Android client up and running too, it also is built from the same code

How does that work, and is it an alternative to dart/flutter?

1 comments

I wouldn't say so. Since my game mostly just needs a canvas I make use of SDL2 to target Android (and plan to use it for iOS/desktop as well). I created a thin library which targets either HTML5 canvas (JS) or SDL2 (everything else): https://github.com/dom96/gamelight