DCPU-16
DCPU-16 copied to clipboard
bootstrap'd ui
not an actual pull request!
i got the interface cleaned up a bit, and moved the memory view into its own tab. i thought you'd wanna check it out, but not really expecting you to merge it. :)
Wow
You did almost exactly what I was going to do :)
Though I'm still unsure about moving the memory dump to a separate tab, it doesn't quite belong there - it's essentially a part of the current state of the CPU, like registers/screen. I'm thinking about moving run/step/reset buttons above the screen, registers to the right side of it maybe, and filling all the space left below with the dump (and, maybe, double the number of columns there - 16 instead of 8 to reduce scrolling).
Also the minimal sizes of the main textareas should be equal to the height of the page (minus header/tabs/footer, of course) - so the bottom borders will never be visible.
well, feel free to build on this if you want. :)
i liked having the screen up top because i stare at it so much. it seemed odd to have it surrounded by other stuff.
and yeah, not sure about the memory dump. it would be nice to have it on-screen, but there just doesn't seem to be remotely enough space left.
btw it took me a while to figure out how the memory dump scrolling worked, but... very clever. :)