wsgac / go-cpu-simulator

An implementation of a simple CPU simulator taken from a programming contest at my workplace
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Initial GUI for CPU Simulator #2

Closed cjr29 closed 4 months ago

cjr29 commented 5 months ago

CPU monitor dashboard has been implemented using the Fyne.io cross-platform toolkit. This is my first use of Fyne, so it is very basic and rough around the edges. It has only been built and tested on macOS Sonoma. CPU must first be Loaded before Running. Programs continue to reside in the code. Future enhancement will include a File dialog to open a binary or text file containing code to load.

cjr29 commented 4 months ago

Overtaken by events (OBE). Much more improved GUI and design now in my repo. Withdraw this.