aboutsummaryrefslogtreecommitdiff
path: root/bin/README.md
AgeCommit message (Collapse)Author
2024-02-29Added minimal mode.Paul Oliver
[#25] Toggle minimal mode with 'M' key. When on minimal mode, only current cycle, epoch and process count are shown.
2024-02-29Fast vertical pan on World page.Paul Oliver
[#24] Capital W and S keys now apply fast vertical pan on World page.
2024-02-29Scroll to top now with 'Q' key.Paul Oliver
[#24] I want to free up capital 'S' in order to implement fast vertical scroll on Process and World pages.
2024-02-29Fixed typo in './bin/README.md' file.Paul Oliver
2024-02-29ESCAPE key no longer quits simulation.Paul Oliver
[#19] I felt it was too easy to quit the simulation accidentally. Now, a user has to type 'q' or 'quit' on the console in order to exit.
2024-02-29User may now toggle IP color layer on/off.Paul Oliver
[#12] Allowing to toggle the IP layer (white) can help the user better visualize of the underlying memory block structure.
2024-02-29Added viewer/controller README.md file inside bin directory.Paul Oliver