Editing SCEI PS3 SDK

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 172: Line 172:


= External reference / guides =
= External reference / guides =
* http://games.soc.napier.ac.uk/resources/ps3/
* http://games.soc.napier.ac.uk/resources/ps3_tutorials.htm
** [http://games.soc.napier.ac.uk/resources/ps3/ps3_tutorial_001.pdf Getting Started with PS3 Development Tools] - Why do we need the PS3 development tools? How do we install them? Running your first PS3 console program. Step-by-step introduction to what a devevelopment kit and a retail kit have...
** [http://games.soc.napier.ac.uk/resources/ps3_tutorial_001.pdf Getting Started with PS3 Development Tools] - Why do we need the PS3 development tools? How do we install them? Running your first PS3 console program. Step-by-step introduction to what a devevelopment kit and a retail kit have...
** [http://games.soc.napier.ac.uk/resources/ps3/ps3_tutorial_002.pdf PS3 Development] - Once you can connect and execute simple programs on the PS3 you are ready to move onto graphics. How do you initialize and draw basic graphics on the PS3? Draw simple lines and triangles? Shader programming with the PS3. Performance considerations...
** [http://games.soc.napier.ac.uk/resources/ps3_tutorial_002.pdf PS3 Development] - Once you can connect and execute simple programs on the PS3 you are ready to move onto graphics. How do you initialize and draw basic graphics on the PS3? Draw simple lines and triangles? Shader programming with the PS3. Performance considerations...
** [http://games.soc.napier.ac.uk/resources/ps3/ps3_tutorial_003.pdf PS3 GamePad] - A guide to the basics of processing input from a Playstation 3 controller, using the Sony libpad Library. This article will demonstrate how to make a simplified input class that can be reused easily in other Playstation 3 projects.
** [http://games.soc.napier.ac.uk/resources/ps3_tutorial_003.pdf PS3 GamePad] - A guide to the basics of processing input from a Playstation 3 controller, using the Sony libpad Library. This article will demonstrate how to make a simplified input class that can be reused easily in other Playstation 3 projects.
** [http://games.soc.napier.ac.uk/resources/ps3/ps3_tutorial_004.pdf Introduction to GCM Renderer] - A beginners guide to getting started with graphical programming and developing on the Sony Playstation 3 (PS3). This article gives a brief introduction for students to initializing and working ..
** [http://games.soc.napier.ac.uk/resources/ps3_tutorial_004.pdf Introduction to GCM Renderer] - A beginners guide to getting started with graphical programming and developing on the Sony Playstation 3 (PS3). This article gives a brief introduction for students to initializing and working ..
** [http://games.soc.napier.ac.uk/resources/ps3/ps3_tutorial_005.pdf GCM Renderer] - This article explains to the reader how to create a reusable graphics framework for rendering multiple 3D objects using independent shaders. The main rendering code is very similar to the code in the ``Introduction to GCM'' tutorial, now it will be split into classes and expanded upon...
** [http://games.soc.napier.ac.uk/resources/ps3_tutorial_005.pdf GCM Renderer] - This article explains to the reader how to create a reusable graphics framework for rendering multiple 3D objects using independent shaders. The main rendering code is very similar to the code in the ``Introduction to GCM'' tutorial, now it will be split into classes and expanded upon...
** [http://games.soc.napier.ac.uk/resources/ps3/ps3_tutorial_006.pdf PPU and SPU Threads] - Controlling and communicating between threads on both the PPU and SPU is challenging and important. Multi-threading is the key to performance on the Playstaiton 3 and this article gets you started on the path to writing faster more optimised applications and games.
** [http://games.soc.napier.ac.uk/resources/ps3_tutorial_006.pdf PPU and SPU Threads] - Controlling and communicating between threads on both the PPU and SPU is challenging and important. Multi-threading is the key to performance on the Playstaiton 3 and this article gets you started on the path to writing faster more optimised applications and games.
** [http://games.soc.napier.ac.uk/resources/ps3/ps3_tutorial_007.pdf SPU Runtime Management (SPURS)] - Working with the SPU (i.e., management and deployment of tasks and jobs).
** [http://games.soc.napier.ac.uk/resources/ps3_tutorial_007.pdf SPU Runtime Management (SPURS)] - Working with the SPU (i.e., management and deployment of tasks and jobs).
** [http://games.soc.napier.ac.uk/resources/ps3/ps3_tutorial_008.pdf SPU Data Management] - Understanding SPU data management.
** [http://games.soc.napier.ac.uk/resources/ps3_tutorial_008.pdf SPU Data Management] - Understanding SPU data management.
** [http://games.soc.napier.ac.uk/resources/ps3/ps3_tutorial_009.pdf Low Level Sound (raw,wav)] - This article covers foundational audio code to output raw sound samples from the Playstation 3, with explanations of the low-level Sony sound libraries. Higher-level libraries will be introduced and concepts such as audio mixing and routing will be touched upon within this tutorial. Additionally, this tutorial will cover the parsing of *.wav audio files and the code to play them back will be created, which builds upon the basic code covered in the first section.
** [http://games.soc.napier.ac.uk/resources/ps3_tutorial_009.pdf Low Level Sound (raw,wav)] - This article covers foundational audio code to output raw sound samples from the Playstation 3, with explanations of the low-level Sony sound libraries. Higher-level libraries will be introduced and concepts such as audio mixing and routing will be touched upon within this tutorial. Additionally, this tutorial will cover the parsing of *.wav audio files and the code to play them back will be created, which builds upon the basic code covered in the first section.
** [http://games.soc.napier.ac.uk/resources/ps3/ps3_tutorial_010.pdf Networking] - A beginners guide to the theory behind digital networking with reference to writing network code for the Sony Playstation 3. An example of using the Sony http library to request and process a web page from the internet is also covered.
** [http://games.soc.napier.ac.uk/resources/ps3_tutorial_010.pdf Networking] - A beginners guide to the theory behind digital networking with reference to writing network code for the Sony Playstation 3. An example of using the Sony http library to request and process a web page from the internet is also covered.
** [http://games.soc.napier.ac.uk/resources/ps3/ps3_tutorial_011.pdf Packaging and Deployment] - Distributing your program on the PS3...
** [http://games.soc.napier.ac.uk/resources/ps3_tutorial_011.pdf Packaging and Deployment] - Distributing your program on the PS3...


== sidelinks ==
== sidelinks ==
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)