logoalt Hacker News

martinflacktoday at 5:23 PM1 replyview on HN

It's cool. Curious what libraries you're building on, from a web front-end perspective, to make the UI and charts etc?


Replies

geminigeminotoday at 8:09 PM

Mostly pretty standard React stuff: React + Vite + TypeScript, Tailwind for styling, and shadcn/ui (on top of Radix) for most UI components. Charts are done with Recharts.

The actual simulation and arena rendering is all custom using the Canvas 2D API, no rendering libraries there.