by admin » Mon Apr 07, 2014 2:01 am
Hmm, I am not sure that this would be very easy to do at all. Actually this would probably be a pretty big project to try to get working on javascript. Also, I am not sure how fast it would be even if you get it all working. zsilencer does everything including the rendering on the cpu itself, which is probably 95% of the cpu time, and doing that in javascript would probably be very slow. I have seen some gameboy emulators in emscripten and even those run quite slow, and they don't have to deal with networking and all that either. This is a big task and I'm not familiar with emscripten so I would not be much help in this.