Tasks:GTK Backend: Difference between revisions

From Adonthell
Jump to navigation Jump to search
GTK+ backend task
 
References: Updated references
Line 17: Line 17:
== References ==
== References ==


* [http://lists.nongnu.org/archive/html/adonthell-devel/2007-07/msg00004.html Suggestion] on adonthell-devel
* [http://lists.nongnu.org/archive/html/adonthell-devel/2007-07/msg00004.html Suggestion] and [http://lists.nongnu.org/archive/html/adonthell-devel/2009-03/msg00000.html sample code] on adonthell-devel
* [http://cvs.savannah.nongnu.org/viewvc/adonthell/src/gfx/sdl/?root=adonthell SDL gfx backend] as reference implementation.
* [http://cvs.savannah.nongnu.org/viewvc/adonthell/src/gfx/sdl/?root=adonthell SDL gfx backend] as reference implementation.
* [http://gtk.org/api/ GTK+ documentation]
* [http://gtk.org/api/ GTK+ documentation]
* [http://www.cairographics.org/documentation/ Cairo documentation]


[[Category:Tasks]]
[[Category:Tasks]]
[[Category:Development]]
[[Category:Development]]

Revision as of 13:23, 2 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+.
  • Implement proof-of-concept GTK+ app that can display game objects.

References