Mono
Jump to navigation
Jump to search
For Developers
This article is a stub. You can help the OLPC project by expanding it.
Sugar activities are usually written in Python using the Python Activity API. This page documents how it is possible to use Mono to write a Sugar activity. With Mono, you can use any underlying language like C# or Boo.
Overview
XO Bundle and Mono Bundle
To write an OLPC Mono activity, you need to prepare a .xo Bundle including all required libraries. This is necessary because the Mono runtime is not officially supported by the OS images.
How to run a Mono activity
You can find a sample activity written using Mono.
Interface with the native subsystem
More documentation will be released as soon as possible.