Tasks:GTK Backend: Difference between revisions
Jump to navigation
Jump to search
Asipicabad (talk | contribs) No edit summary |
m Reverted edits by Asipicabad (talk) to last revision by Ksterker |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
Back to [[Tasks:Contents|Task List]] | Back to [[Tasks:Contents|Task List]] | ||
Line 20: | Line 12: | ||
== Requirements == | == Requirements == | ||
* | * <span style="text-decoration:line-through;">Implement the <tt>screen</tt> and <tt>surface</tt> interfaces on top of GTK+.</span> (done) | ||
* | * <span style="text-decoration:line-through;">Implement proof-of-concept GTK+ app that can display game objects.</span> (done) | ||
== References == | == References == |
Latest revision as of 18:15, 27 November 2010
Back to Task List
Overview
A GTK+ gfx backend module would make internal objects such as images and sprites available to content editors.
Dependencies
None
Requirements
- Implement the screen and surface interfaces on top of GTK+. (done)
- Implement proof-of-concept GTK+ app that can display game objects. (done)
References
- GTK+ backend code in CVS
- Suggestion and sample code on adonthell-devel
- SDL gfx backend as reference implementation.
- GTK+ documentation
- Cairo documentation