You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've made some progress in porting MTMC to a static React frontend. See the code here.
It's almost feature complete with the Java SSR frontend. The most notable missing features are "high speed" (faster than like 200hz), png graphics, and code debugger / breakpoints. This also rules out most games, but I'm happy to say that ant is working on web.
The implementation is still a very rough proof of concept, and definitely wouldn't make sense as a PR to master yet.
I'm wondering if you'd want to create a feature branch for this or if you'd rather wait for a more complete implementation.
I'd like to get around to full feature completeness + a proper refactor to potentially get into master, but I'm a little pressed for time.
Try it at mtmc.dev
I've made some progress in porting MTMC to a static React frontend. See the code here.
It's almost feature complete with the Java SSR frontend. The most notable missing features are "high speed" (faster than like 200hz), png graphics, and code debugger / breakpoints. This also rules out most games, but I'm happy to say that
antis working on web.The implementation is still a very rough proof of concept, and definitely wouldn't make sense as a PR to
masteryet.I'm wondering if you'd want to create a feature branch for this or if you'd rather wait for a more complete implementation.
I'd like to get around to full feature completeness + a proper refactor to potentially get into
master, but I'm a little pressed for time.