nand2tetris / web-ide

A web-based IDE for https://nand2tetris.org
https://nand2tetris.github.io/web-ide
Other
40 stars 11 forks source link

Screen Rendering Placement #101

Closed DavidSouther closed 1 year ago

DavidSouther commented 1 year ago

From #70

Screen: Rendering it on the top right above Test is the natural place. I assume that it will force pushing the Test and the other areas below it downward, and use scrolling? The problem with this is that the IDE layout will become unfamiliar and "unstable". I realize that drag and drop interfaces are less desired, but maybe the Screen and the Keyboard can be exceptions, since they are, literally speaking, peripheral I/O devices (unless we find a better solution).

DavidSouther commented 1 year ago

Closed in #107 with visualizations.