convert ppsspp to html5
|
01-29-2014, 05:17 AM
Post: #6
|
|||
|
|||
RE: convert ppsspp to html5
http://bellard.org/jslinux/
There would be significant challenges. Probably would envy JPCSP's performance, but then who knows. Also, it would be more like a complete rewrite than a port. But, it would likely not be much of a port. Here are the things that would be entirely useless from the current PPSSPP: * The jit. Maybe you could write one that outputs js and hope the js engine jits it in some reasonable way. * Memory handling. There's no way our fast way of accessing memory could be used - it'd have to be slow. * ATRAC3+ support. This would be its own unique challenge. Rewrite FFMPEG in js too? * Video support in general. It would have to be done totally differently, if it could work at all. * Portability. It would have its own issues and browser compatibility, so that would start from scratch. Other than that, with *significant* investment of time, it could be possible. I'm certainly not interested. -[Unknown] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
convert ppsspp to html5 - angry citzen - 01-28-2014, 09:10 PM
RE: convert ppsspp to html5 - vnctdj - 01-28-2014, 09:39 PM
RE: convert ppsspp to html5 - angry citzen - 01-28-2014, 10:07 PM
RE: convert ppsspp to html5 - vnctdj - 01-28-2014, 10:41 PM
RE: convert ppsspp to html5 - Bigpet - 01-28-2014, 10:57 PM
RE: convert ppsspp to html5 - [Unknown] - 01-29-2014 05:17 AM
RE: convert ppsspp to html5 - angry citzen - 01-29-2014, 02:31 PM
RE: convert ppsspp to html5 - ppssp213 - 01-31-2014, 11:08 PM
RE: convert ppsspp to html5 - sirdaniel - 04-21-2018, 07:48 AM
RE: convert ppsspp to html5 - gir489 - 05-14-2018, 05:57 PM
|