
08-08-2011 10:12 PM
Because plain old C sharp is designed for Windows computer applications, not Sony Move Apps, so is there a specific version of that language we are supposed to use? I have C# programs I have written for my pc, but I am pretty sure they won't work on the PS3, and there isn't much help out there right now to lead me in right direction.
08-09-2011 09:36 AM
C# is multi-paradigm programming language. C# on its own is not intrinsically for Windows. It uses CLI (Common Language Infrastructure) to communicate command to the given system it was compiled for. True that this communication was developed in part by Microsoft it does not restrict the use of C# and CLI to only Windows Applications. For Example: MonoDevelop is an IDE that "enables developers to quickly write desktop and ASP.NET Web applications on Linux, Windows and Mac OSX." (www.monodevelop.com)
I just got my voucher and am looking forward to diving into this development.
08-10-2011 12:16 AM
Hey, I know basic programming on Python but I've never programmed anything on C. Any advice on how to get used to the basic commands and syntax before I begin "cracking code"?
08-10-2011 07:31 AM
The code you are writing will be running on your PC, so C# will work fine. You're not running any code on the PS3. The move.me app is what the voucher "buys". that is what is running on the PS3. You are just connecting to it.