Show HN: TypeScript/JavaScript as interactive isometric circuit board
A developer created a tool that uses TypeScript/JavaScript to build and interact with an isometric circuit board. The project allows users to design and manipulate logic circuits visually in a 3D-like isometric view directly in the browser.
Background
- This is a "Show HN" post (Hacker News show-and-tell) — meaning a maker is sharing a personal project with the community, not a company product.
- The demo lets you write TypeScript/JavaScript code that directly controls the behavior of a 3D-looking (isometric) virtual circuit board, making programming feel like wiring up hardware.
- The author, Artpar, builds creative programming tools; this project combines visual circuit design with real code execution so you can see logic flow like electrons moving through traces.
- It matters because it explores a new way to teach or prototype low-level logic and electronics concepts using a high-level language and an interactive visual canvas.