SDL Implementation: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
 
m (categorization)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
SDL does not need changes. It works perfectly.
== SDL Implementation Spec ==


[[Category:Software development]]
This document will become a specification for the implementation of SDL on the OLPC platform.

Because SDL makes some assumptions about hardware, any or all of the following may be true:

* Portions of the SDL API may be difficult or impossible to implement directly
* Some portions may be best implemented by emulation in a higher-level API such as GTK
* Some portions of the API may be irrelevant and should be omitted
* Some additions may be necessary to support additional devices such as the camera

This document will attempt to outline a specification for the implementation of SDL on OLPC.

But at the moment it's just getting under way. More later. -- kentquirk

Latest revision as of 01:01, 5 April 2007

SDL does not need changes. It works perfectly.