You've already forked computing-box
Build Visual Drag-and-Drop Logic Circuit Simulator #14
Notifications
Total Time Spent: 1 hour 1 minute
alexander.lyall
1 hour 1 minute
No due date set.
Dependencies
No dependencies set.
Reference: alexander.lyall/computing-box#14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Currently, logic gates are spread across multiple separate legacy HTML pages. We need to consolidate these and build a highly interactive, visual circuit builder (similar to Logic.ly) to allow users to intuitively understand data flow and logic gates.
Objective
Create a single
logic-gates.astropage featuring a drag-and-drop workspace. Users must be able to pull visual representations of gates, inputs, and outputs onto a canvas, wire them together dynamically, and view live state changes and truth tables.Acceptance Criteria
1(ON/High) or0(OFF/Low) signal, and output bulbs should glow accordingly.BaseLayout.astro) ensuring the UI matches the rest of the simulators.Build Consolidated Logic Gates & Circuit Simulatorto Build Visual Drag-and-Drop Logic Circuit Simulator