Tasks:GTK Backend: Difference between revisions

From Adonthell
Jump to navigation Jump to search
References: Updated references
Line 12: Line 12:
== Requirements ==
== Requirements ==


* Implement the <tt>screen</tt> and <tt>surface</tt> interfaces on top of GTK+.
* <span style="text-decoration:line-through;">Implement the <tt>screen</tt> and <tt>surface</tt> interfaces on top of GTK+.</span> (done)
* Implement proof-of-concept GTK+ app that can display game objects.
* <span style="text-decoration:line-through;">Implement proof-of-concept GTK+ app that can display game objects.</span> (done)


== References ==
== References ==

Revision as of 10:28, 8 March 2009

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