Page 1 of 1
Porting an open source project to work on Ps2
Posted: Mon Dec 06, 2004 2:40 pm
by BloodStalker1982
Hi there, I am curious if it is easy to port an open source project written in c++ or another language to work on the ps2, or would it require an entire rewrite of the code. The reason I ask is there are some open source projects that I would like to port to work on the playstation one day, seeing as I'm starting to learn programming, although I am not saying I am gonna do this right away, but I am curious if it would be rather simple, or require a total rewrite of the program itself.
Posted: Mon Dec 06, 2004 4:21 pm
by pixel
That is not something easy to answer... That completely depends on the design of the original software. If it was "platform independant" designed, then, yeah, it is 'easy' to port it by only changing the OS-dependant classes. Note that it can be not that much easy... Depends on what the software requires.
Otherwise, if it's badly designed...
Posted: Tue Dec 07, 2004 7:17 am
by BloodStalker1982
Well the programs, at least one of them that I know of is written for three different systems, but it has seperate installers for each system, and the other thing is I have used these programs and I know they work really good, the only thing I don't know is whether or not they are written well enough so that they can easily be ported to the ps2. The programs are FCE Ultra, which I know has at least three seperate installers, and then there is Visual Boy which I'm not sure about the installers.