Wired Logic is a pixel based logic simulator built with Go. It scans the image, converts it into a collection of wires, power sources and transistors and runs a...
wired logic is a pixel based logic simulator built with go.
it scans the image, converts it into a collection of wires, power sources and transistors and runs a simulation on them as long as the state of the simulation does not recur. then it renders the simulation into the animated gif image.
the rules:
wires are all pixels of the color from index 1 to 7 within the palette. a 2x2 pixel square within a wire will make the wire a power source. wires can cross each other by poking a hole in the middle of their crossing. a transistor gets created by drawing an arbitrarily rotated tshape and, you guessed it, poking a hole in the middle of their crossing. if a transistor's base gets charged it will stop current from flowing. if not, current will flow but gets reduced by one.
Productivity Education and Reference
circuit-simulation logic-simulation