Software components: Difference between revisions
m (Added Etoys link) |
|||
Line 16: | Line 16: | ||
*please fill out this list |
*please fill out this list |
||
==Programming environments== |
|||
⚫ | |||
*[[Python]] version 2.4 |
*[[Python]] version 2.4 or, more likely, version 2.5 |
||
*[[ |
*[[Javascript]] |
||
*[[CSound]], our sound and music environment |
|||
*[[xulrunner]] |
|||
*[[Squeak]] / [[Etoys]], a media-rich authoring environment |
|||
*[[CSound]] |
|||
*[[Sugar]], our user interface |
|||
*[[TamTam]] |
|||
*[[Squeak]] / [[Etoys]] |
|||
===To be determined |
|||
⚫ | |||
*We will have a [[LOGO]] environment, most likely one developed by [http://www.media.mit.edu/~arnans Arnan (Roger) Sipitakiat] that runs on top of Python |
|||
*We may have a open source JVM and/or a Flash VM |
|||
⚫ | |||
*a web browser built on [[xulrunner]] |
|||
*[[TamTam]], a music synthesis tool |
|||
*a simple document viewer based upon [http://www.gnome.org/projects/evince/ evince] |
|||
==Applications (and ports) under development for B2== |
|||
*a [[OLPC_Human_Interface_Guidelines#Journaling|journal]] |
|||
*a wiki with WYSIWYG editing, using [http://dev.laptop.org/git.do?p=users/krstic/docformat;a=blob;h=21fa01911b1c7781eb0aaf4deb746bd5d3bf6247;hb=b4d64bf64171e9c08f4860099e54ce550fa83dc0;f=crossmark-spec.txt crossmark] as its markup language |
|||
*[http://www.abisource.com/ Abiword], a word processor |
|||
⚫ | |||
*[http://www.vim.org VIM], a text editor |
|||
*[http://helixcommunity.org/ Helix], an open-source multimedia environment |
|||
*other video tools, such a video wiki |
|||
*an [http://www.springerlink.com/index/U2PAG8MFR651DRCF.pdf image map] tool |
|||
*some simple graphics software, perhaps based upon [http://www.tuxpaint.org/ tuxpaint] |
|||
*chat, VOIP, email |
|||
*a shell |
|||
*[[OLPCities]], a vrtual world programming environment |
|||
==Libraries and Plugins== |
==Libraries and Plugins== |
Revision as of 22:08, 1 November 2006
Introduction
This page defines the software environment that will be installed on the OLPC and which application software developers can use. While it is possible for an application developer to add additional software components and libraries, this is not a decision to be taken lightly. The OLPC is constrained by limited memory and storage which means that adding too many frills and features can have a significant negative impact on your own application as well as other applications running on the OLPC.
If you add items to the list, please use the Wiki's search function to see if there are pages about it which can be linked.
Operating System Components
Linux Kernel
For the main kernel, we are using the Fedora Rawhide version of the Linux kernel, which means that we are tracking the main kernel fairly closely. The OLPC specific bits of the Rawhide kernel are pulled from the olpc-2.6 GIT tree on dev.laptop.org:http://dev.laptop.org/git.do?p=olpc-2.6;a=summary
- initd
- bash version ?.?
- etc
- please fill out this list
Programming environments
- Python version 2.4 or, more likely, version 2.5
- Javascript
- CSound, our sound and music environment
- Squeak / Etoys, a media-rich authoring environment
- Sugar, our user interface
===To be determined
- We will have a LOGO environment, most likely one developed by Arnan (Roger) Sipitakiat that runs on top of Python
- We may have a open source JVM and/or a Flash VM
Applications on B1
- a web browser built on xulrunner
- TamTam, a music synthesis tool
- a simple document viewer based upon evince
Applications (and ports) under development for B2
- a journal
- a wiki with WYSIWYG editing, using crossmark as its markup language
- Abiword, a word processor
- OpenDocument Viewer to read documents in OpenDocument format, a highly-compressed format that is a fully open international standard (ISO 26300)
- VIM, a text editor
- Helix, an open-source multimedia environment
- other video tools, such a video wiki
- an image map tool
- some simple graphics software, perhaps based upon tuxpaint
- chat, VOIP, email
- a shell
- OLPCities, a vrtual world programming environment