https://github.com/chriscamacho/clogicfun
create logic circuits with nodes and wires
https://github.com/chriscamacho/clogicfun
gtk3 logic simulation
Last synced: about 2 months ago
JSON representation
create logic circuits with nodes and wires
- Host: GitHub
- URL: https://github.com/chriscamacho/clogicfun
- Owner: chriscamacho
- License: lgpl-3.0
- Created: 2019-04-21T20:57:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T12:35:53.000Z (9 months ago)
- Last Synced: 2025-03-26T08:13:35.001Z (2 months ago)
- Topics: gtk3, logic, simulation
- Language: C
- Size: 1.24 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
cLogicFun
========= 3+6=9
This application allows you to create logic circuits.
Move the workspace or a node by dragging the mouse.
Left click the mouse on a node to edit some properties of a node or delete it.
Right click on IN nodes to change their state.
drag from a nodes output to another nodes input to create a wire.
delete a wire by clicking on its destination input.
Each Nodes output can source multiple wires, label source nodes can transmit signals
to multiple destination labels without wires, they have no latency.There are a number of examples to get you started...