Tuesday, 12 June 2012

Playing around with code

I opened the PssStudio and decided to play around with some code for a bit. I decided to create a new project and selected the PlayStation Suite Application:


This provided a template for me to start working on creating a program.

It is the first time I've really seen C# code and it looks very similar to Java to me. It may be a bit confusing here and there but I can still somewhat understand.

For a start, I built the project and ran it with the Simulator. This resulted in a black screen display which is to be expected judging by the code.



In the screenshot below, I placed a red box over what I decided to change...the color in RBGA format:


I changed the R parameter to 1.0f to change the color to 100% red, which resulted in:


Not that much to see but it's a start I suppose. I'll try to run this on the PS Vita next.

No comments:

Post a Comment