Hello, I'm extremely new to the PSP programming scene. However, I do have a quite extensive programming background, and I'm having a lot of trouble finding out what languages are supported on the standard PSP. (v1.5 virgin us)
I've also noticed language ports released... is there anything besides Python that's an add-on language so to speak?
I think it would do the community a load of good if a list were put together of "places to start," because this whole thing is rather overwhelming. So far my experience trying to develop for the PSP has consisted of nothing but running search engines endlessly trying to find what languages are available and how to compile them.
Any help would be appriciated, if you don't feel like doing much work, I'd be happy with links to different languages, preferably something with documentation, unlike this mysterious PSPDevkit I downloaded.
Thanks guys :)
New Developer Seeks Resources
-
- Posts: 3
- Joined: Mon Jan 09, 2006 6:26 am
- Location: right hurr..., not over thurr
check out this tutorial if you want to use C/C++: http://www.scriptscribbler.com/psp/tuto ... sson01.htm
You can also use Lua.
You can also use Lua.
init var me
me /= n00b.
init var mySig
mySig = lame
me /= n00b.
init var mySig
mySig = lame
-
- Posts: 81
- Joined: Mon Dec 19, 2005 4:09 pm
Re: New Developer Seeks Resources
You are right that the development environment is rather difficult to get started in (a huge learning curve).Warlock wrote:Hello, I'm extremely new to the PSP programming scene. However, I do have a quite extensive programming background, and I'm having a lot of trouble finding out what languages are supported on the standard PSP. (v1.5 virgin us)
I've also noticed language ports released... is there anything besides Python that's an add-on language so to speak?
I think it would do the community a load of good if a list were put together of "places to start," because this whole thing is rather overwhelming. So far my experience trying to develop for the PSP has consisted of nothing but running search engines endlessly trying to find what languages are available and how to compile them.
Any help would be appriciated, if you don't feel like doing much work, I'd be happy with links to different languages, preferably something with documentation, unlike this mysterious PSPDevkit I downloaded.
Thanks guys :)
The lesson #1 suggested is a great starting place.
One note: subversion is also required but doesn't show up on everyone's list of required downloads from the cygwin install.
Be patient and give it a chance to sink in... it's a lot to learn.
David Beyer
thanks a lot all, i'm learning a lot from this... this language is very similar to some others i've used, most notably php and perl, which as far as i know are both derived from C... it shouldn't be too long before i've got something nice together. don't worry, no random half-assed rpg or platformers from me, i swear not to release them :)