Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: starting out psp programming

                  
   
  1. #1
    DCEmu Regular the one and only's Avatar
    Join Date
    May 2006
    Location
    Termina
    Age
    19
    Posts
    293
    Rep Power
    71

    Default starting out psp programming

    can anyone point me to tutorials on making your own psp apps please

    thanks

  2. #2
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    Do you have any previous programming experience? If not, (unless you are planning on using Lua) forget about the PSP and learn for and on the PC. It be far easier and better for you in the long run.

  3. #3
    DCEmu Regular the one and only's Avatar
    Join Date
    May 2006
    Location
    Termina
    Age
    19
    Posts
    293
    Rep Power
    71

    Default

    mk, thanks i mite try lua

  4. #4
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    Bear in mind that you can only do relatively simple games/apps in Lua. Once you have 'mastered' most aspects of Lua, move to a bigger and better programming language such as C/C++.

  5. #5
    DCEmu Pro jman420's Avatar
    Join Date
    Oct 2005
    Location
    Colorado, USA
    Posts
    756
    Rep Power
    76

    Default

    www.pspprogramming.com

    there is very easy to understand C and Lua tutorials on there.. thats where I first started learning Lua

  6. #6
    DCEmu Legend ACID's Avatar
    Join Date
    Feb 2006
    Location
    6 Feet Under
    Posts
    2,348
    Rep Power
    87

    Default

    C/C++ takes a good time to master. It took me almost 2 semesters in colege to master it its great programe but you need to know your basics first try Lua its very good.

  7. #7
    DCEmu Rookie
    Join Date
    Apr 2006
    Posts
    122
    Rep Power
    70

    Default

    yeah i was going to try lua but i dont think u can learn wat u need to know from online tutorials...or can u??

  8. #8
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    Lua - The online tutorials are fine
    C/C++ - Get a *good* book

    The reason why I suggested against developing on PSP when starting to learn C/C++ is that it adds a huge layer of complexity on top of learning how to program and learning a new language. This means that less time is spent learning the language and general programming principles.

    Acidburn05: What have you done in C/C++ out of interest?

  9. #9
    DCEmu Pro jman420's Avatar
    Join Date
    Oct 2005
    Location
    Colorado, USA
    Posts
    756
    Rep Power
    76

    Default

    I tought myself Lua, but I learned the basics from that site.. it tells you the major functions that you need to know to make any program you want (this being, image display, loop creation, if statements, variables, how to print letters or numbers, and how to build a program that works)


    if you ask me, Lua would be your best bet for starting to understand the methods used to program.. that site I linked to above has 2 tutorials that tell you a bit, but its enough.. and as soon as you can understand the basics for how to program, and if you understand what your doing.. then you can learn C alot faster..

  10. #10
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    I learnt all my Lua from the Lua wiki and the LuaPlayer wiki. That's all that is really needed.

    http://lua-users.org/wiki/
    http://wiki.ps2dev.org/psp:lua_player

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •