Creating an activity: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
 
(67 intermediate revisions by 25 users not shown)
Line 1: Line 1:
{{stub}}
{{dated}}


For up to date information on creating Activities see http://www.flossmanuals.net/make-your-own-sugar-activities/
This page is intended to outline, and to provide links for, all the steps in creating an Activity. From initial concept to release and support.

{{Translations}}
<Center>''see also: [[Creating a collection]] and [[Activity tutorial]]''</center>

<div style="float:right;">
{| cellpadding=4 cellspacing=4
|width="50%" valign="top"|
<inputbox>
type=create
default=Activities/
width=20
height=10
buttonlabel=Create activity summary
bgcolor=#fffcf9
preload=Template:New activity summary
break=yes
align=left
editintro=Template:New activity summary key
</inputbox>
|width="50%" valign="top"|
<inputbox>
type=create
default=New Activity Name
width=20
height=10
buttonlabel=Create activity
bgcolor=#fffcf9
preload=Template:New activity preload
break=yes
align=right
editintro=Template:New activity intro
</inputbox>
|}
</div>

Creating an Activity is simple, but shepherding it through release, testing, and support can be harder. The main aspects of activity development are noted here. If you are already developing an activity, please create a page for it on this wiki, starting with a summary. Just add the name of your activity after "Activities/" to make a summary, and create a new article with that name for the activity itself:
<br clear="right"/>
<div style="float:right">
__TOC__
</div>


== Ideas ==
== Ideas ==
The first step in creating an activity is coming up with a good idea. OLPC is not just another fancy hardware platform for kids to use - it is also a rethinking about how to use a computer as an educational tool. To that end, there are several design principles that you should keep in mind as you think about your activity. In particular, activities should include:
The first step in creating an activity is coming up with a good idea. OLPC is not just a fancy hardware platform for kids to use &mdash; it is also a rethinking about how to use a computer as an educational tool. To that end, there are several design principles to keep in mind as you think about your activity. In particular, activities should include:
* discoverability - Is the activity intuitive to learn to use? Generally speaking, large instruction manuals are boring to read, and hard to translate. The more intuitive you can make the interface to your activity the better. That means suggestive images on buttons rather than text, etc.
* '''Discoverability''' &mdash; Is the activity intuitive to learn? Long instruction manuals are boring to read and hard to translate. The more intuitive you can make your activity's interface, the better. That means using an interaction model that encourages experimentation, using evocative images on buttons rather than text, etc.
* extensibility - Can the activity be easily edited by teachers and kids to expand its use? For example, does your quiz activity give teachers the ability to change the questions so that they can use it for any type of quiz question, not just the ones you thought of?
* '''Extensibility''' &mdash; Can the activity be easily edited by teachers and kids to expand its use? For example, does your quiz activity give teachers the ability to change the questions, so that they can use it for any type of quiz question, not just the ones you thought of?
* collaboration - Can your activity be used by more than one child at a time? Great activities should have a single-user mode, and a multi-user mode that makes sense with the activity. Is your game multiplayer, is your word processor able to let two people write the same document?
* '''Collaboration''' &mdash; Can your activity be used by more than one child at a time? Great activities should have both a single-user mode and a multi-user mode, if that makes sense with the activity. Is your game multiplayer? Does your word processor let two people write the same document?
* More ...
* More ...
Many of these ideas are core to the [[Sugar]] interface for the XO, and it is worth taking a look at the [[HIG|human intereface guidlines]] and the [[Educational activity guidelines]] for more detailed information.
These are core principles in the XO's [[Sugar]] user interface; it is worth looking at the [[HIG | OLPC human interface guidelines]] and the [[educational activity guidelines]] for more detailed information.


Also have a look at other [[software ideas]], and existing activities (link) to find out what is already going on. Maybe you can join an existing team and help out. There are many facets to a team including artists (link) and programmers (link) - you don't need to know ''everything'' about making an activity to be a part of the process.
Also, look at other [[software ideas]] and [[Activities | existing activities]] to find out what is already going on. Maybe you can join an existing team and help out. There are many facets to a team including [[Art wanted | artists]], [[educators]], and [[Developers program | programmers]] &mdash; you don't need to know ''everything'' about making an activity to be a part of the process.


== Design ==
== Design ==


While, the [[Educational activity guidelines]] and [[HIG|OLPC Human Interface Guidelines]] are the foundation of your activity, there are some important things to keep in mind about the OLPC hardware platform when you think about designing the implementation of your activity.
While the [[educational activity guidelines]] and [[HIG|OLPC Human Interface Guidelines]] are the foundation of your activity, there are some important things to keep in mind about the OLPC hardware platform when you design your activity.


===overview of this unique hardware environment===
=== Overview of unique hardware environment ===
*[[Display]]
*[[Display]]
* stub



== Development ==
== Development ==


Once you start development of your activity, there are several things you should do. First of all, if you do not have any experince programming, you should take a look at [[Getting started programming]] and begin some tutorials. While those are going on (or coding of your activity if you already have programming experience), you should start to participate in the OLPC community:
Once you start development of your activity, there are several things you should do. First of all, if you do not have any experience programming, you should take a look at the [[Developers manual]] and begin some tutorials. While completing tutorials (or coding your activity if you already have programming experience), you should start to participate in the OLPC community:
* join some of the [http://lists.laptop.org/listinfo mailing lists] - these lists are where a lot of the action goes on, and where the latest is discussed. For activity developers, the sugar list, and the games list are great ways to get caught up to speed. For those interested in the hardware platform and some of the nitty gritty details, the devel list is full of the latest information.
* Join some of the [http://lists.laptop.org/listinfo mailing lists]. These lists are where a lot of the action goes on, and where the latest is discussed. For activity developers, the [http://lists.laptop.org/listinfo/sugar Sugar] list, and the [http://lists.laptop.org/listinfo/games games] list are great ways to get up to speed. For those interested in the hardware platform and the nitty gritty details, the [http://lists.laptop.org/listinfo/devel devel] list is full of the latest information.
* introduce yourself to the community - start by making a wiki page for your project. If you haven't done so already, make a wiki accound, and post some information about yourself and a picture on your user page. You can then make a wiki page for your activity. Start by introducing the idea of the project and where you want to go with it, who is on the project with your contact information, and what specific kind of feedback you are looking for. Don't worry about all the technical details for now like code repositories, versions, etc. Eventually the project wiki page will become the center of the project where newcomers can go to find out more. The best way to get started is to copy one of the existing [[Activities]].
* Introduce yourself to the community. Start by making a wiki page for your project. If you haven't done so already, make a wiki account, and post some information about yourself and a picture on your user page. You can then make a wiki page for your activity. Start by introducing the idea of the project and where you want to go with it, who is on the project (with contact information), and what specific kind of feedback you want. Don't worry about the technical details for now (like code repositories, versions, etc.). Eventually the project wiki page will become the center of the project where newcomers can go to find out more. The best way to get started is to copy one of the existing [[Activities]].
* Once your wiki page is made, email one of the lists with a link to it to notify the community what you are up to. They can then start editing your wiki page with advice, suggestions, etc.
* Once your wiki page is made, e-mail one of the lists with a link to it to notify the community what you are up to. They can then start editing your wiki page with advice, suggestions, etc.
* Listen in and ask questions on irc.freenode.net #sugar and #olpc-content. (''We should have a link to a mini-irc tutorial.) This is the fastest way to get answers to your questions.
* Listen in and ask questions on [[IRC]] &mdash; especially channels #sugar and #olpc-content on irc.freenode.net. You can get basic IRC instructions [[IRC#How_to_use_irc_channels | here]]. This is the fastest way to get answers to your questions.


=== Start to Write Your Activity ===
=== Start to write your activity ===
There are two primary ways you can write activities for an XO, and both involve python:
There are two primary ways you can write activities for an XO, and both involve Python:
* [http://www.pygtk.org/ pyGTK] - This is what Sugar is written in and is useful for activities that require lots of buttons and widgets
* [http://www.pygtk.org/ pyGTK] &mdash; This is what Sugar is written in and is useful for activities that require lots of buttons and widgets.
* [http://www.pygame.org/news.html pygame] - This is a lightweight framework for for writing games that do not require lots of buttons and widgets, but instead move lots of images around on the screen.
* [http://www.pygame.org/news.html pygame] &mdash; This is a lightweight framework for writing games that do not require lots of buttons and widgets but instead move lots of images around the screen.


Both pyGTK and pygame are python modules that work on many platforms. This allows you to start writing your activity without having an XO in your hand, and without trying to emulate Sugar. The best way to get started is to decide which category your activity fits into, and start to learn about these modules. Both of the websites have excellent starting tutorials, and it is often a good idea to download a working example and begin to change it towards the design of your activity to start off. At this point you are ready to start hosting your code at OLPC.
Both pyGTK and pygame are Python modules that work on many platforms. This allows you to start writing your activity without having an XO in your hand and without trying to emulate Sugar. The best way to get started is to decide in which category your activity fits and to learn about these modules. Both of the websites have excellent starting tutorials. A good starting point for your activity is to download a working example and change it to fit the design of your activity. At this point you are ready to start hosting your code at OLPC.


=== When you have at least 10 lines of code ===
=== When you have at least ten lines of code ===
At this point you are ready to host your code in a repository so that other developers can start having a look at it. You should also be creating trac tickets to track bugs and feature requests. One of the main OLPC communication systems is through the [http://dev.laptop.org dev.laptop.org trac] page where people can see the status of activities as releases are prepared, testers can file bug reports, and translators can submit translations of your activity. You need to do three things to set this system up
At this point you are ready to host your code in a repository so that other developers can look at it. You should also create trac tickets to track bugs and feature requests. One of the main OLPC communication systems is through the [http://dev.laptop.org dev.laptop.org trac] page where people can see the status of activities as releases are prepared, testers can file bug reports, and translators can submit translations of your activity. You need to do three things to set this system up:
# Request [[project hosting]]: You need to fill out an application and send it to the devel list (another good reason to join). If you have a nice wiki page outlining what you want to do, and a little bit of code, you should be all set for the application. Request a git tree, as well as a trac component for your activity (so you can file trac tickets under your application).
# Request [[project hosting]]: You need to fill out an application and send it to the devel list (another good reason to join). If you have a nice wiki page outlining what you want to do and a little bit of code, you should be all set for the application. Request a git tree, as well as a trac component for your activity (so you can file trac tickets under your application).
# Add a GPL license to your project files: The OLPC repository is public, so you want to be careful not to put any proprietary code in there. Also, you want to make sure that you are using an open source license on your code so that others can modify and extend it with ease. The [http://www.gnu.org/licenses/gpl-howto.html GPL license howto] provides some simple steps that you need to follow to get this straight (include a copy of the license, have a copyright declaration in each file, etc.) Now is a good time to do this if you only have 10 lines of code!
# Add a GPL license to your project files: The OLPC repository is public, so you want to be careful not to put any proprietary code in there. Also, you want to make sure that you are using an open-source license on your code so that others can modify and extend it with ease. The [http://www.gnu.org/licenses/gpl-howto.html GPL license howto] provides some simple steps that you need to follow (include a copy of the license, have a copyright declaration in each file, etc.) Now is a good time to do this if you only have ten lines of code!
# Import your project into your git tree: See [[Importing your project]] for more instructions. Also, if you have not used git before, you may want to read [[Using_a_central_git_tree]] or the [http://git.or.cz/course/svn.html Git-SVN crash course].
# Import your project into your git tree: See [[Importing your project]] for more instructions. Also, if you have not used git before, you may want to read [[Using a central git tree]] or the [http://git.or.cz/course/svn.html Git-SVN crash course].


=== Making Your Activity Work on an XO (When you have at least 50 lines of code) ===
=== Making your activity work on an XO ===
It is a good idea to test out your activity on an XO, or an emulation environment sooner rather than later, because there are a few suprises. Most of them has to do with the screen being small in physical dimensions, but high in resolution. Other isssues are with speed - odds are that your development machine is much faster than an XO. Nonetheless, to even get your activity to run on an XO to see this for yourself, you need to do several steps
It is a good idea to test out your activity on an XO or in an emulation environment sooner rather than later, because there are a few surprises. For one thing, the XO's screen is small in physical dimensions but high in resolution. Speed is another issue &mdash; odds are that your development machine is much faster than an XO. Nonetheless, to even get your activity to run on an XO to see this for yourself, you need to perform several steps:


# Create a sugar wrapper for your activity
# Create a Sugar wrapper for your activity.
# Package the activity
# Package the activity.
# Put the activity on an XO or emulater
# Put the activity on an XO or emulator.
# Tweak, tweak, tweak
# Tweak, tweak, tweak.


==== Sugarize your activity ====
==== Sugarize your activity ====
Depending on whether you used pyGTK or pygame, this process is a little different. For both of them, you need to start by following the steps at the [[Sugar Activity Tutorial]]. This tutorial outlines the basic directory structure that you need for your activity, as well as instructions for how to make an icon for your activity (as well as giving a small pyGTK example activity). However, you cannot complete the tutorial if you do not have sugar installed on your machine. For now we will pretend you don't so stop just before the invocation of setup.py.
Depending on whether you use pyGTK or pygame, this process is a little different. For both of them, you need to start by following the steps at the [[Activity tutorial]]. This tutorial outlines the basic directory structure that you need for your activity, as well as instructions for how to make an icon for your activity (as well as giving a small pyGTK example activity). However, you cannot complete the tutorial if you do not have Sugar installed on your machine. For now we will pretend you don't, so complete the tutorial up to the point where setup.py is invoked.


For activities written in pygame, you need to perform 2 additional steps:
For activities written in pygame, you need to follow the instructions at [[Game development HOWTO]], specifically the steps "Development Environment" and "Wrapping and Testing".
# get the olpcgames code from xxx: This is wrapper code that lets your activity run inside sugar. You should keep it in a directory called olpcgames/ within your activity directory.
# Create a file called activity.py with contents
<pre>
import olpcgames

class YourActivity(olpcgames.activity.PyGameActivity):
"""Your Descriytion as a Sugar activity."""
game_name = 'your_game_name'
game_title = 'Your Game Title'
game_size = (1200,825)
</pre>
This ensures that the wrapper code is called properly within sugar.


==== Package the activity ====
==== Package the activity ====
Now for both methods (pyGTK or pygame), we can package the activity.
Now for both methods (pyGTK or pygame), we can package the activity. For now we will not package it properly using the sugar bundle builder because we just want to see if the activity works. We will correct this below when we start to want testers to test the activity, and anyone to use it. Make sure all of your activity files are listed in your MANIFEST, and put the following code as your setup.py file (replace YourActivityName with the proper name)

<pre>
<small>
#!/usr/bin/env python
For now, we will not package it properly using the Sugar bundle builder because we just want to see if the activity works. We will correct this below when we start to want testers to test the activity and others to use it.
try:
</small>
from sugar.activity import bundlebuilder

bundlebuilder.start()
The setup.py script below <font color=red>in progress</font> zips up your activity directory into an .xo file -- it also autogenerates the MANIFEST.
except ImportError:

import os
===== <tt>setup.py</tt> =====
os.chdir('..')
Create a setup.py script such as the following (replace YourActivityName with the proper name):
os.system('cat YourActivityName.activity/MANIFEST | zip YourActivityName.xo -@')

os.system('mv YourActivityName.xo ./YourActivityName.activity')
#!/usr/bin/env python
os.chdir('YourActivityName.activity')
try:
</pre>
from sugar.activity import bundlebuilder
This way you can run
bundlebuilder.start()
<pre>
except ImportError:
./setup.py
import os
</pre>
os.system("find ./ | sed 's,^./,YourActivityName.activity/,g' > MANIFEST")
without sugar installed, and at the end you should find a zipped up .xo file ready for you to put on an XO or emulator.
os.chdir('..')
<font color="red">os.system('zip -r YourActivityName.xo YourActivityName.activity')</font>
os.system('mv YourActivityName.xo ./YourActivityName.activity')
os.chdir('YourActivityName.activity')


Note that you will need to rename you xo with the version number of the latest build (say, YourActivityName-#.xo). This can be worked into the above script to pull automatically from the activity/activity.info file.

This way you can run '''<tt>./setup.py</tt>''' without Sugar installed, and at the end you should find a zipped up .xo file ready for you to put on an XO or emulator.

==== Put the activity on an XO or emulator ====

Now you need to get that .xo file onto an XO or an emulator to test it out. (''More detailed instructions'').

# In the [[Terminal Activity]], go to the <tt>/home/olpc</tt> directory.
# Make a directory called <tt>Activities</tt> inside <tt>/home/olpc</tt>, if it doesn't already exist.
# Unpack your .xo file inside the <tt>Activities</tt> directory (using the <tt>unzip</tt> command). This should create a <tt>/home/olpc/Activities/YourActivityName.activity</tt> directory.
# Restart the [[X Window System]] server by pressing Ctrl+Alt+Backspace.
# When Sugar loads, you should see your new activity's icon in the Sugar dock. Click on it to test your activity.

Alternately, you can put it in /usr/share/activities, rather than /home/olpc/Activities.

===== Troubleshooting =====
* If you can't see your icon, there could be too many activities installed &mdash; just rename some of them to <tt>name.activity.bak</tt>, and restart X.
* If there was a crash, run the [[Log]] viewer activity to view the logs associated with your activity.


==== Put the activity on an XO or emulater ====
==== Tweak, tweak, tweak ====
==== Tweak, tweak, tweak ====
* Notes about the development environment

try:
import sugar
dev = 0
except ImportError:
dev = 1
if dev:
SCREENRECT = Rect(0,0,400,300)
scale_x = 1./3.
scale_y = 1./3.
FONT_SIZE = 36
else:
SCREENRECT = Rect(0,0,1200,825)
scale_x = 1.
scale_y = 1.
FONT_SIZE = 36

== Activity refinements ==

=== l10n and i18n ===
'''l10n''' means '''localization''' (date, number, and currency formats), while '''i18n''' means '''internationalization''' (translation).
See [[Localization]] and [[Translating]] for general information on these topics.

Developer specific links follow:
*[[Python i18n]] and [[Localization]]
*[[Activity Translations]], other resource links in [[Translating]]
*'''[[Kuku/Localization]]''' (worked example) with resource links at the bottom of [[Kuku]].

=== Packaging using Sugar Bundle Builder ===
''see [[#Package the activity]], above; if you are in a Sugar context then the first part of the setup.py script will run the bundlebuilder function to create the bundle.''

=== Testing and review ===
The Activity review and testing process is still being developed; ask on #olpc-content, and see [[Content release cycle]], [[:Category:Test Plans]], [[Test meeting Minutes]].


== Include your Activity in the core? ==
== Release process ==


''"Core" is obsolete, most [[OS images]] do not contain any activities other than [[Journal]].'' Deployments can create [[Activity groups]] of desired activities.
''what else?''


From http://lists.laptop.org/pipermail/community-news/2007-October/000079.html
=== l10n ===
There isn't currently a l10n page targetted at developers. See:
*[[Python i18n]]
*[[Activity Translations]]
*[[Localization]]
*Resource links in [[Translating]].
*[[Kuku/Localization]] Resource links at the bottom of [[Kuku]].


15. Core activities: There has been a discussion on the devel list about the criteria for inclusion of core activities on the laptop. We'd like to broaden the discussion. Some proposed "Criteria for Inclusion":
=== wiki page ===
# Epistemological impact—to what degree does this activity positively impact learning? (This is of course the most important criteria.)
Create a wiki page, and add it to [[Activities]]. See examples in [[Activities]]. This step should ''not'' be taken before you have working code.
# Fun—is it fun? engaging?
# Quality—is the activity sufficiently robust in its implementation that it will not compromise the integrity or supportability of the system? Is the overall quality of the implementation adequate to meet our standards? Can the community be engaged in the process of testing and "certifying" and maintaining the activity?
# Sugarized—to what extent has the activity been integrated into Sugar, including UI, Journal, security, internationalization, etc.? Does the activity require the folding in of additional libraries and resources? (This has impact on robustness—positive and negative—support, bloat, and the overall usability, aesthetics, and perception of quality of the machine.)
# FOSS—is the activity and all of its dependencies free and open?
# Extensible—is the activity something the community can extend? Does it span multiple needs? (And does it have—or the potential of having—an upstream community of support?)
# Uniqueness—does the activity add a unique feature to the core?
# Expectations—does the activity meet the expectations of (children, teachers, parents, G1G1 audience, etc.)?
# Discoverable—is the core activity discoverable? (This is not to say that it shouldn't be hard work to fully exploit the power of an activity, but it should have a low barrier to entry.)


=== testing and review ===
== Activity hosting ==
The Activity review and testing process is still being developed. Ask on #olpc-content.


It is recommended that you host a project for your activity on the laptop.org servers (this server). See [[Project hosting]] for details.
See [[Content release cycle]].
: ''This seems obsolete information, as of February 2009 many activities are being migrated to Sugar Labs.'' See http://sugarlabs.org/go/Activity_Team/How_to_migrate_from_OLPC


If you want to make your activity directly downloadable to the laptop from elsewhere, you must set the correct mime types.
The testing process is still being developed. See:
(See [http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addtype Apache docs] or your web server's documentation.)
*[[:Category:Test Plans]]
The mime types for XO activities are:
*[[Test meeting Minutes]]


application/vnd.olpc-sugar xo
''what else?''
application/vnd.olpc-content xol


In either case, be sure to add your activity to the [[Activities/All]] page.
== Other notes ==


== List of Helpful Pages ==
* list all pages mentioned with brief explanation here


[[Category:Developers]]
[[Category:Developers]]
[[Category:Software]]
[[Category:Software]]
[[Category:Activities]]
[[Category:Tutorials]]
[[Category:HowTo]]

Latest revision as of 21:31, 11 December 2013

Emblem-warning.png The currency of this article or section may be limited by out-of-date information.
There may be relevant discussion on its talk page

For up to date information on creating Activities see http://www.flossmanuals.net/make-your-own-sugar-activities/

  english | 日本語한국어 HowTo [ID# 293979]  +/-  
see also: Creating a collection and Activity tutorial

<inputbox> type=create default=Activities/ width=20 height=10 buttonlabel=Create activity summary bgcolor=#fffcf9 preload=Template:New activity summary break=yes align=left editintro=Template:New activity summary key </inputbox>

<inputbox> type=create default=New Activity Name width=20 height=10 buttonlabel=Create activity bgcolor=#fffcf9 preload=Template:New activity preload break=yes align=right editintro=Template:New activity intro </inputbox>

Creating an Activity is simple, but shepherding it through release, testing, and support can be harder. The main aspects of activity development are noted here. If you are already developing an activity, please create a page for it on this wiki, starting with a summary. Just add the name of your activity after "Activities/" to make a summary, and create a new article with that name for the activity itself:

Ideas

The first step in creating an activity is coming up with a good idea. OLPC is not just a fancy hardware platform for kids to use — it is also a rethinking about how to use a computer as an educational tool. To that end, there are several design principles to keep in mind as you think about your activity. In particular, activities should include:

  • Discoverability — Is the activity intuitive to learn? Long instruction manuals are boring to read and hard to translate. The more intuitive you can make your activity's interface, the better. That means using an interaction model that encourages experimentation, using evocative images on buttons rather than text, etc.
  • Extensibility — Can the activity be easily edited by teachers and kids to expand its use? For example, does your quiz activity give teachers the ability to change the questions, so that they can use it for any type of quiz question, not just the ones you thought of?
  • Collaboration — Can your activity be used by more than one child at a time? Great activities should have both a single-user mode and a multi-user mode, if that makes sense with the activity. Is your game multiplayer? Does your word processor let two people write the same document?
  • More ...

These are core principles in the XO's Sugar user interface; it is worth looking at the OLPC human interface guidelines and the educational activity guidelines for more detailed information.

Also, look at other software ideas and existing activities to find out what is already going on. Maybe you can join an existing team and help out. There are many facets to a team including artists, educators, and programmers — you don't need to know everything about making an activity to be a part of the process.

Design

While the educational activity guidelines and OLPC Human Interface Guidelines are the foundation of your activity, there are some important things to keep in mind about the OLPC hardware platform when you design your activity.

Overview of unique hardware environment

Development

Once you start development of your activity, there are several things you should do. First of all, if you do not have any experience programming, you should take a look at the Developers manual and begin some tutorials. While completing tutorials (or coding your activity if you already have programming experience), you should start to participate in the OLPC community:

  • Join some of the mailing lists. These lists are where a lot of the action goes on, and where the latest is discussed. For activity developers, the Sugar list, and the games list are great ways to get up to speed. For those interested in the hardware platform and the nitty gritty details, the devel list is full of the latest information.
  • Introduce yourself to the community. Start by making a wiki page for your project. If you haven't done so already, make a wiki account, and post some information about yourself and a picture on your user page. You can then make a wiki page for your activity. Start by introducing the idea of the project and where you want to go with it, who is on the project (with contact information), and what specific kind of feedback you want. Don't worry about the technical details for now (like code repositories, versions, etc.). Eventually the project wiki page will become the center of the project where newcomers can go to find out more. The best way to get started is to copy one of the existing Activities.
  • Once your wiki page is made, e-mail one of the lists with a link to it to notify the community what you are up to. They can then start editing your wiki page with advice, suggestions, etc.
  • Listen in and ask questions on IRC — especially channels #sugar and #olpc-content on irc.freenode.net. You can get basic IRC instructions here. This is the fastest way to get answers to your questions.

Start to write your activity

There are two primary ways you can write activities for an XO, and both involve Python:

  • pyGTK — This is what Sugar is written in and is useful for activities that require lots of buttons and widgets.
  • pygame — This is a lightweight framework for writing games that do not require lots of buttons and widgets but instead move lots of images around the screen.

Both pyGTK and pygame are Python modules that work on many platforms. This allows you to start writing your activity without having an XO in your hand and without trying to emulate Sugar. The best way to get started is to decide in which category your activity fits and to learn about these modules. Both of the websites have excellent starting tutorials. A good starting point for your activity is to download a working example and change it to fit the design of your activity. At this point you are ready to start hosting your code at OLPC.

When you have at least ten lines of code

At this point you are ready to host your code in a repository so that other developers can look at it. You should also create trac tickets to track bugs and feature requests. One of the main OLPC communication systems is through the dev.laptop.org trac page where people can see the status of activities as releases are prepared, testers can file bug reports, and translators can submit translations of your activity. You need to do three things to set this system up:

  1. Request project hosting: You need to fill out an application and send it to the devel list (another good reason to join). If you have a nice wiki page outlining what you want to do and a little bit of code, you should be all set for the application. Request a git tree, as well as a trac component for your activity (so you can file trac tickets under your application).
  2. Add a GPL license to your project files: The OLPC repository is public, so you want to be careful not to put any proprietary code in there. Also, you want to make sure that you are using an open-source license on your code so that others can modify and extend it with ease. The GPL license howto provides some simple steps that you need to follow (include a copy of the license, have a copyright declaration in each file, etc.) Now is a good time to do this if you only have ten lines of code!
  3. Import your project into your git tree: See Importing your project for more instructions. Also, if you have not used git before, you may want to read Using a central git tree or the Git-SVN crash course.

Making your activity work on an XO

It is a good idea to test out your activity on an XO or in an emulation environment sooner rather than later, because there are a few surprises. For one thing, the XO's screen is small in physical dimensions but high in resolution. Speed is another issue — odds are that your development machine is much faster than an XO. Nonetheless, to even get your activity to run on an XO to see this for yourself, you need to perform several steps:

  1. Create a Sugar wrapper for your activity.
  2. Package the activity.
  3. Put the activity on an XO or emulator.
  4. Tweak, tweak, tweak.

Sugarize your activity

Depending on whether you use pyGTK or pygame, this process is a little different. For both of them, you need to start by following the steps at the Activity tutorial. This tutorial outlines the basic directory structure that you need for your activity, as well as instructions for how to make an icon for your activity (as well as giving a small pyGTK example activity). However, you cannot complete the tutorial if you do not have Sugar installed on your machine. For now we will pretend you don't, so complete the tutorial up to the point where setup.py is invoked.

For activities written in pygame, you need to follow the instructions at Game development HOWTO, specifically the steps "Development Environment" and "Wrapping and Testing".

Package the activity

Now for both methods (pyGTK or pygame), we can package the activity.

For now, we will not package it properly using the Sugar bundle builder because we just want to see if the activity works. We will correct this below when we start to want testers to test the activity and others to use it.

The setup.py script below in progress zips up your activity directory into an .xo file -- it also autogenerates the MANIFEST.

setup.py

Create a setup.py script such as the following (replace YourActivityName with the proper name):

#!/usr/bin/env python
try:
    from sugar.activity import bundlebuilder
    bundlebuilder.start()
except ImportError:
    import os
    os.system("find ./ | sed 's,^./,YourActivityName.activity/,g' > MANIFEST")
    os.chdir('..')
    os.system('zip -r YourActivityName.xo YourActivityName.activity')
    os.system('mv YourActivityName.xo ./YourActivityName.activity')
    os.chdir('YourActivityName.activity')


Note that you will need to rename you xo with the version number of the latest build (say, YourActivityName-#.xo). This can be worked into the above script to pull automatically from the activity/activity.info file.

This way you can run ./setup.py without Sugar installed, and at the end you should find a zipped up .xo file ready for you to put on an XO or emulator.

Put the activity on an XO or emulator

Now you need to get that .xo file onto an XO or an emulator to test it out. (More detailed instructions).

  1. In the Terminal Activity, go to the /home/olpc directory.
  2. Make a directory called Activities inside /home/olpc, if it doesn't already exist.
  3. Unpack your .xo file inside the Activities directory (using the unzip command). This should create a /home/olpc/Activities/YourActivityName.activity directory.
  4. Restart the X Window System server by pressing Ctrl+Alt+Backspace.
  5. When Sugar loads, you should see your new activity's icon in the Sugar dock. Click on it to test your activity.

Alternately, you can put it in /usr/share/activities, rather than /home/olpc/Activities.

Troubleshooting
  • If you can't see your icon, there could be too many activities installed — just rename some of them to name.activity.bak, and restart X.
  • If there was a crash, run the Log viewer activity to view the logs associated with your activity.

Tweak, tweak, tweak

  • Notes about the development environment
try:
    import sugar
    dev = 0
except ImportError:
    dev = 1

if dev:
    SCREENRECT = Rect(0,0,400,300)
    scale_x = 1./3.
    scale_y = 1./3.
    FONT_SIZE = 36
else:
    SCREENRECT = Rect(0,0,1200,825)
    scale_x = 1.
    scale_y = 1.
    FONT_SIZE = 36

Activity refinements

l10n and i18n

l10n means localization (date, number, and currency formats), while i18n means internationalization (translation). See Localization and Translating for general information on these topics.

Developer specific links follow:

Packaging using Sugar Bundle Builder

see #Package the activity, above; if you are in a Sugar context then the first part of the setup.py script will run the bundlebuilder function to create the bundle.

Testing and review

The Activity review and testing process is still being developed; ask on #olpc-content, and see Content release cycle, Category:Test Plans, Test meeting Minutes.

Include your Activity in the core?

"Core" is obsolete, most OS images do not contain any activities other than Journal. Deployments can create Activity groups of desired activities.

From http://lists.laptop.org/pipermail/community-news/2007-October/000079.html

15. Core activities: There has been a discussion on the devel list about the criteria for inclusion of core activities on the laptop. We'd like to broaden the discussion. Some proposed "Criteria for Inclusion":

  1. Epistemological impact—to what degree does this activity positively impact learning? (This is of course the most important criteria.)
  2. Fun—is it fun? engaging?
  3. Quality—is the activity sufficiently robust in its implementation that it will not compromise the integrity or supportability of the system? Is the overall quality of the implementation adequate to meet our standards? Can the community be engaged in the process of testing and "certifying" and maintaining the activity?
  4. Sugarized—to what extent has the activity been integrated into Sugar, including UI, Journal, security, internationalization, etc.? Does the activity require the folding in of additional libraries and resources? (This has impact on robustness—positive and negative—support, bloat, and the overall usability, aesthetics, and perception of quality of the machine.)
  5. FOSS—is the activity and all of its dependencies free and open?
  6. Extensible—is the activity something the community can extend? Does it span multiple needs? (And does it have—or the potential of having—an upstream community of support?)
  7. Uniqueness—does the activity add a unique feature to the core?
  8. Expectations—does the activity meet the expectations of (children, teachers, parents, G1G1 audience, etc.)?
  9. Discoverable—is the core activity discoverable? (This is not to say that it shouldn't be hard work to fully exploit the power of an activity, but it should have a low barrier to entry.)

Activity hosting

It is recommended that you host a project for your activity on the laptop.org servers (this server). See Project hosting for details.

This seems obsolete information, as of February 2009 many activities are being migrated to Sugar Labs. See http://sugarlabs.org/go/Activity_Team/How_to_migrate_from_OLPC

If you want to make your activity directly downloadable to the laptop from elsewhere, you must set the correct mime types. (See Apache docs or your web server's documentation.) The mime types for XO activities are:

 application/vnd.olpc-sugar      xo
 application/vnd.olpc-content    xol

In either case, be sure to add your activity to the Activities/All page.

List of Helpful Pages

  • list all pages mentioned with brief explanation here