Hacker News new | ask | show | jobs
by VectorLock 1074 days ago
Out of curiosity what did you use to write the graphical part of this game?
1 comments

I used my Zig port of NanoVG: https://github.com/fabioarnold/nanovg-zig which ultimately uses WebGL for rendering in the browser.