Commit graph

12 commits

Author SHA1 Message Date
fd551e9145
Fixed bug: showing error for script loading 2022-07-12 09:22:40 +03:00
6e2dda60e2
Added scripting of simulation 2022-07-12 02:33:17 +03:00
9e5cf4f92f
Added adding subcomponents 2022-07-11 22:40:51 +03:00
e2731623f1
Added adding component IO 2022-07-11 21:38:03 +03:00
fc361b04d3
Implemented removing stuff when dropping on bin 2022-07-11 20:29:21 +03:00
a86a5e6aec
Added connecting wires 2022-07-09 17:10:52 +03:00
76c911e697
Show delete drag target only in design mode 2022-07-09 16:06:44 +03:00
e74c2f58ed
Implemented component picker 2022-07-03 23:49:43 +03:00
8abd6b3ca8
Added flashing to component about to be simulated 2022-07-03 20:02:27 +03:00
ffa6ca414b
Added step by step simulation buttons 2022-07-03 15:35:06 +03:00
c2d5d86554
Implemented partial simulation and design*
- Implemented partial (step by step) simulation of visually designed
components
- Implemented moving components in design mode and simulating components
in simulation mode (click inputs to toggle)

TODO:
- add/remove subcomponents, wires via GUI
- add GUI for step by step simulation
2022-07-03 05:17:32 +03:00
1e65e42115
Implemented simulation
For now just the code, without UI that shows the simulation.
However, the code works.
Also added ground work for visual designer.
2022-06-20 12:35:46 +03:00