Game development: Difference between revisions

From OLPC
Jump to navigation Jump to search
(somo other wiki links)
Line 18: Line 18:
=== PSP ===
=== PSP ===


Released by Sony in America in march in 2005 and in september 2005 in Europe and Australasia. The PSP has a large screen and the is a directional pad, analog stick and the playstation face buttons. There are all so two shoulder buttons and interface control buttons ( start, select and volume control ) .
Released by Sony in America in march in 2005 and in september 2005 in Europe and Australasia. The PSP has a large screen and the is a directional pad, analog stick and the playstation face buttons. There are also two shoulder buttons and interface control buttons (start, select and volume control).


There are also peripherals to add different inputs to the PSP
There are also peripherals to add different inputs to the PSP
* a microphone
* microphone
* a camera
* camera
* a gps unit
* gps unit


== See Also ==
== See Also ==
*[[Games]]


*[[Games]]
*[[Game controller]]
*[[End-user application software]] / [[End-user application software#Game Console Emulators|Game Console Emulators]]
*[[Pygame]]


[[Category:Software ideas]]
[[Category:Software ideas]]

Revision as of 21:34, 26 January 2007

Some notes on game development for various portable platforms. Quotes below from Wikipedia unless otherwise noted.

Palm OS

  • Interface: touchscreen
  • Development tools include "CASL, AppForge Crossfire (which uses C#) and Handheld Basic or HB++ (which uses Visual Basic)... A Java Run time Environment is also available for the Palm OS platform, however it isn't shipped as standard on non-Treo[s]" and Plua, which requires an additional runtime to be installed.
    • Garnet, Cobalt
    "Palm OS Garnet applications are primarily coded in C/C++. There's an open source compiler tool chain prc-tools, based on an old gcc. PRC-Tools lacks several of CodeWarrior's features... a version is included in the Palm OS Developer Suite (PODS). OnBoardC is a C compiler that runs on the Palm itself." Wikipedia 1
    "Palm OS Cobalt applications are coded in a variation of gcc, but the compilers have fewer limitations."

PPC platforms

Treo

Interface: keyboard, touchscreen, arrow key/wheel

GBA

PSP

Released by Sony in America in march in 2005 and in september 2005 in Europe and Australasia. The PSP has a large screen and the is a directional pad, analog stick and the playstation face buttons. There are also two shoulder buttons and interface control buttons (start, select and volume control).

There are also peripherals to add different inputs to the PSP

  • microphone
  • camera
  • gps unit

See Also