SDL Implementation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(make things REALLY clear because nobody reads talk pages around here) |
||
Line 1: | Line 1: | ||
SDL does not need changes. It works perfectly. |
|||
== SDL Implementation Spec == |
|||
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 |
Revision as of 00:15, 5 April 2007
SDL does not need changes. It works perfectly.