logic-circuits-simulator/lib/models
Dan Cojocaru 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
..
component.dart Implemented simulation 2022-06-20 12:35:46 +03:00
component.freezed.dart Implemented simulation 2022-06-20 12:35:46 +03:00
component.g.dart Implemented simulation 2022-06-20 12:35:46 +03:00
design.dart Implemented partial simulation and design* 2022-07-03 05:17:32 +03:00
design.freezed.dart Implemented partial simulation and design* 2022-07-03 05:17:32 +03:00
design.g.dart Implemented partial simulation and design* 2022-07-03 05:17:32 +03:00
project.dart Implemented simulation 2022-06-20 12:35:46 +03:00
project.freezed.dart Implemented simulation 2022-06-20 12:35:46 +03:00
project.g.dart Implemented simulation 2022-06-20 12:35:46 +03:00
projects.dart Initial commit 2022-05-16 07:03:35 +03:00
projects.freezed.dart Initial commit 2022-05-16 07:03:35 +03:00
projects.g.dart Initial commit 2022-05-16 07:03:35 +03:00
wiring.dart Implemented simulation 2022-06-20 12:35:46 +03:00
wiring.freezed.dart Implemented simulation 2022-06-20 12:35:46 +03:00
wiring.g.dart Implemented simulation 2022-06-20 12:35:46 +03:00