Activity Development Alternatives: Difference between revisions
Jump to navigation
Jump to search
(New page: ; Python : This is the canonical way to create activities. See API Reference. ; Squeak : Squeak is a Smalltalk environment pre-installed on the XO. See Squeak-based activities. ;...) |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
; C : Any X11 program can be made into an activity. See [[Low-level Activity API]]. |
; C : Any X11 program can be made into an activity. See [[Low-level Activity API]]. |
||
== Non-Standard Alternatives == |
|||
These require additional libraries to be loaded, and as such, not recommended. |
|||
; Qt : A library for creating XO activities using C++ and [[Qt]] is under development by Ark Linux. See the [[Qt]] page for details. |
; Qt : A library for creating XO activities using C++ and [[Qt]] is under development by Ark Linux. See the [[Qt]] page for details. |
||
; Mono : It is possible to use Mono to write an xo activity, too. See [[Mono]] page for further details. |
; Mono : It is possible to use Mono to write an xo activity, too. See [[Mono]] page for further details. |
||
; Inferno : Virtual machine environment for writing activities using Limbo. See [[Inferno]] page for more details. |
|||
[[Category:Software]] |
Latest revision as of 03:54, 23 February 2008
- Python
- This is the canonical way to create activities. See API Reference.
- Squeak
- Squeak is a Smalltalk environment pre-installed on the XO. See Squeak-based activities.
- C
- Any X11 program can be made into an activity. See Low-level Activity API.
Non-Standard Alternatives
These require additional libraries to be loaded, and as such, not recommended.
- Qt
- A library for creating XO activities using C++ and Qt is under development by Ark Linux. See the Qt page for details.
- Mono
- It is possible to use Mono to write an xo activity, too. See Mono page for further details.
- Inferno
- Virtual machine environment for writing activities using Limbo. See Inferno page for more details.