Split UI code into EmulatorWebUI project #14

Open
taisel opened this Issue Jan 19, 2016 · 1 comment

Comments

Projects
None yet
1 participant
@taisel
Owner

taisel commented Jan 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.

@taisel

This comment has been minimized.

Show comment
Hide comment
@taisel

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.

Owner

taisel commented Jan 19, 2016

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 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