Commit graph

7 commits

Author SHA1 Message Date
b34e65544b
Fixed simulation and dependency resolution bugs 2022-07-12 03:05:34 +03:00
bac2d1e1c7
Modified exception message 2022-07-11 22:41:08 +03:00
fc815ed879
Added script based component 2022-07-03 19:37:02 +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
4a6caee702
Fix simulation bug due to missing await 2022-06-22 06:24:53 +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