Mono

From OLPC
Revision as of 12:40, 27 December 2007 by Mk8 (talk | contribs)
Jump to: navigation, search

Sugar activities are usually written in Python using the Python Activity API. This page documents how is possible to use Mono to write a sugar activity. Using Mono you can use any underlying language like C# or Boo.

This page is on an early stage of writing so can be modify often.


Overview

XO Bundle and Mono Bundle

To use Mono to write an OLPC activity need to prepare a xo bundle with all library inside it.

This is necessary because this environment is not supported by XO device.

How to run a Mono activity

You can find here a sample of an activity written using Mono.

Interface with the native subsystem

More documentation will be present as soon as possible.