Skip to content

Repository files navigation

⚡️ Flux

A fast, playful digital-circuit sandbox.

Visually build logic circuits, compose custom chips, and experiment freely in real time. Save your designs as blueprints, share them with friends, or grow your own library of reusable components.

Built for tinkering, learning, and rapid iteration.

SR LATCH

🚀 Live demo

http://hasnainroopawalla.github.io/flux

🛠️ Quick Start

Tech Stack

  • TypeScript
  • React + Vite + Tailwind CSS
  • WebGPU (custom render engine)

Instructions

  1. Install dependencies (requires pnpm):
pnpm install
  1. Run the app:
pnpm start

📦 Blueprints

Looking for inspiration? Check out the /blueprints directory to explore a growing collection of prebuilt circuits—from simple logic gates to more complex compositions.

You can load these blueprints directly into the simulator, modify them, or use them as a starting point for your own designs.

🧩 Contributing

📄 License

  • This project is licensed under the MIT License — see the LICENSE file for details.