8 Commits

Author SHA1 Message Date
Nilay Majorwar
5d4921432a
Add zero-sleep execution with debounced rendering (#12) 2024-04-02 01:19:07 +05:30
Nilay Majorwar
bf2562ab2f Add spinner to execution controls 2022-02-22 15:37:07 +05:30
Nilay Majorwar
2db1e77a83 Move header into Mainframe and controls to header 2022-02-03 15:12:24 +05:30
Nilay Majorwar
0efd4c79ef Add error handling logic 2022-01-22 13:53:57 +05:30
Nilay Majorwar
febe31a3d8 Refactor state flow to boost performance
For intervals < ~24ms, the main thread as unable to cope up in handling
worker responses due to Mainframe rendering on each execution. To
resolve this, this commit delegates all execution-time states to child
components, controlled imperatively from Mainframe.

This yields huge performance boost, with main thread keeping up with
worker responses even at interval of 5ms.
2021-12-17 15:05:28 +05:30
Nilay Majorwar
c9346da331 Add interval setter UI 2021-12-16 21:37:53 +05:30
Nilay Majorwar
7d9fb457ff Add stepping and breakpoints to debugger 2021-12-15 22:09:24 +05:30
Nilay Majorwar
13ff6da638 Add pause-resume-stop functionality and UI 2021-12-15 21:31:25 +05:30