logic flow banner

logic flow

2 devlogs
1h 14m 21s

logic flow is an interactive playground that reveals how computers make everyday decisions

Vulcan
  • instead of using different structs for each gate, i used a shared gate struct called CircuitGate
  • the CircuitGate uses the global inputs A and B as input, and react to them, green dot for 1 and grey dot for 0
  • moving the gates work, but it doesn’t affect anything
1

Comments

Lenny
Lenny 23 days ago

Hi, check out my website flowline.app.

Vulcan

started the project

made the logic gate structure which will calculate the output from different gates and inputs
added a simple canvas where the 4 gates are draggable

0