top | item 46783131

(no title)

martinflack | 1 month ago

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

discuss

order

geminigemino|1 month ago

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.