Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSplit UI code into EmulatorWebUI project #14
Comments
taisel
added
enhancement
help wanted
labels
Jan 19, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
taisel
Jan 19, 2016
Owner
Also, the API boundary between the emulator core and UI code is already clear, as seen by the fact the emulator can run in a webworker already, and fallback to single-thread mode if sharedarraybuffer support is lacking.
|
Also, the API boundary between the emulator core and UI code is already clear, as seen by the fact the emulator can run in a webworker already, and fallback to single-thread mode if sharedarraybuffer support is lacking. |
taisel
self-assigned this
Feb 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
taisel commentedJan 19, 2016
Like the title says, the UI code should be moved to that project, so it can be cleaned up and made pretty. I really don't want to rewrite the UI for every system touched.