![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on PSP Programming Tutorials within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; There has been a landslide of posts lately about programming for the PSP. I think that this stems from the ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() |
There has been a landslide of posts lately about programming for the PSP. I think that this stems from the fact that there is little documentation for people to get started with.
So I propose that some of the developers here take it upon themselves to write tutorials for those looking to get into PSP Development. I can write some of the simple ones, like writing to the screen, blitting images, simple controls, writing to text files, etc. But since I don't know any OpenGL, I am useless for anything to do with the GPU. If someone could write some tutorials about using the GPU, that would be great. Edit: First Tutorial is Up Edit: Second and third Tutorials Are Up Edit: Fourth Tutorial is Up (12/29/2005) C PROGRAMMING LANGUAGE: Lesson 01 - Setting up the Development Environment Lesson 02 - Creating Your First Program Lesson 03 - A Programming Primer Lesson 04 - Simple Image Processing Lesson 05 - Onwards and Upwards Lesson 06 - Adding Sound LUA TUTORIALS: Lesson 01 - Hello World Lesson 02 - The Basics PSP CODE REPOSITORY: www.psp-programming.com Last edited by Yeldarb; 05-15-2006 at 04:03 PM.. |
|
|
|
|
|
#2 |
![]() |
OK, I started with the beginning. I realize that it has been covered before, but if someone is starting out programming for the PSP, this is an essential step. Lesson 02 Coming soon.
Lesson 01 - Setting up the Development Environment Last edited by Yeldarb; 12-29-2005 at 10:23 AM.. |
|
|
|
|
|
#9 | |
![]() I think I ripped my pants
Join Date: Jul 2005
Real First Name: Matt
Location: Toronto
Just Played: Trials HD
Posts: 6,485
Trader Feedback: 0
|
Quote:
![]() And nice work on the first tutorial :clap: |
|
|
|
|
|
|
#11 | |
![]() I think I ripped my pants
Join Date: Jul 2005
Real First Name: Matt
Location: Toronto
Just Played: Trials HD
Posts: 6,485
Trader Feedback: 0
|
Quote:
One more thing. :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :dance: |
|
|
|
|
|
|
#13 |
![]() |
I'll be sure to look into this soon :think:
__________________
[center] Just because your paranoid, doesn't mean someones not following you. (Member since 7/20/05) [img]http://acrility.net/Animation2.gif[/img] :ROFL::ROFL::ROFL: Throw a tomato at a forum member [img]http://instagiber.net/smiliesdotcom/otn/funny/tomato.gif[/img] [img]http://www.garpland.com/v2/html/emoticons/Boo.gif[/img] [/center] |
|
|
|
|
|
#14 | |
![]() I think I ripped my pants
Join Date: Jul 2005
Real First Name: Matt
Location: Toronto
Just Played: Trials HD
Posts: 6,485
Trader Feedback: 0
|
Quote:
And I'm glad I liked it too. Also, I'm even gonna post this at pspdirt.com I think it's so good. At my last post, I didn't even read the whole thing! Congrats. Can't wait until 003. (I also think this deserves a front page on pspupdates) |
|
|
|
|
|
|
#19 |
![]() |
Actually it wasn't a problem with the tutorial. The problem is that you have makefile.c when it should just be Makefile
![]() The tutorial compiles on my machine. Type this in your bash shell: Code:
mv makefile.c Makefile Edit: And then type "make" again. |
|
|
|
|
|
#20 | |
![]() NDS Mod
|
Quote:
__________________
"15% percent of programing is creating a program, 85% percent is getting it to work like it should." - Me [URL=http://www.mozilla.org/products/firefox/][IMG]http://img439.imageshack.us/img439/5667/getfirefox0sr.png[/IMG][/URL] |
|
|
|
|
|
|
#23 |
![]() |
First of all, is there anything in that folder? (should be c:/cygwin/home/jeff and sondra) and second, I'm not sure if it will work with a multiword username. Try logging in with a different account and trying again.
(or just create a new folder in c:/cygwin/home with a one word name, and "cd" up a directory by doing "cd .." and then doing "ls" and "cd"ing into your new directory [after putting the toolchain in it ])
|
|
|
|
|
|
#25 | |
![]() I think I ripped my pants
Join Date: Jul 2005
Real First Name: Matt
Location: Toronto
Just Played: Trials HD
Posts: 6,485
Trader Feedback: 0
|
Quote:
|
|
|
|
|
![]() |
| Tags |
| programming , psp , tutorials |
| Thread Tools | |
|
|