Example: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: An '''example''' activity for testing purposes. Should eventually include many tricky corner cases that we want implemented properly. {{activity-stub}})
 
(needs to be useful to a wide audience)
 
Line 1: Line 1:
An '''example''' activity for testing purposes. Should eventually include many tricky corner cases that we want implemented properly.
An '''example''' activity for testing purposes. Should eventually include many tricky corner cases that we want implemented properly.

This needs to be in plain C, as Python examples are everywhere while most things that need to be ported are not able to call Python libraries. C, C++, Pascal, and numerous other languages are able to call into C code.

There should be implementations for GTK, SDL, and raw Xlib.


{{activity-stub}}
{{activity-stub}}

Latest revision as of 17:39, 27 November 2007

An example activity for testing purposes. Should eventually include many tricky corner cases that we want implemented properly.

This needs to be in plain C, as Python examples are everywhere while most things that need to be ported are not able to call Python libraries. C, C++, Pascal, and numerous other languages are able to call into C code.

There should be implementations for GTK, SDL, and raw Xlib.

This article is a stub. You can help the OLPC project by expanding it.