-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnext
More file actions
15 lines (7 loc) · 683 Bytes
/
Copy pathnext
File metadata and controls
15 lines (7 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Now implement loading the saved circuits from the .txt files, such as /workspaces/circuitjs1_original/tests/*.txt
Make a front end HTML/JS viewer for the circuit. The front end communicates to a backend service.
The backend service is a C program which is coordinating with the front end running the circuit on the backend.
The front end has wires, resistors, and all other components.
The front end can control the simulation speed, as well as the current visualisation factor.
The front end gets updates from the backend.
The front end is made purely using JS, HTML, CSS (you may use a css framework), as well as some lightweight JS libraries such as jQuery if necesssary.