KDE Games/API cleanup: Difference between revisions

From KDE Community Wiki
(Created page with "TODO: fill this page with actual content")
 
No edit summary
Line 1: Line 1:
TODO: fill this page with actual content
libkdegames v5 is the new iteration of libkdegames which is intended to ship with KDE Development Platform 5 (though it may also happen earlier, e.g. 4.9). The aim for this new iteration of the library is to '''remove most of the API that is obsolete, unused or in a state of bad quality''', in order to improve maintainability and relevance of the remaining API. Also, QtWidgets-specific parts need to be separated to prepare for QML-based games.
 
<small>The fine print: The SO version for libkdegames v5 is actually 6.</small>
 
== List of components ==
 
libkdegames consists of multiple (possibly interdependent) components, as defined by this list. See the list below for which file belongs to which component.
 
{| class="sortable" border="1" cellpadding="5" cellspacing="0" style="border: gray solid 1px; border-collapse: collapse; text-align: left; width:100%;"
|- style="background: #ececec; white-space:nowrap;"
! Component
! Description
!  width=120 | Maintainer
|-
| kgamerenderer
| Multithreaded rendering of (static) theme graphics.
| Stefan Majewsky
|}
 
== List of files ==
 
{| class="sortable" border="1" cellpadding="5" cellspacing="0" style="border: gray solid 1px; border-collapse: collapse; text-align: left; width:100%;"
|- style="background: #ececec; white-space:nowrap;"
! Source file
! Belongs to component
|-
|}

Revision as of 17:06, 8 February 2012

libkdegames v5 is the new iteration of libkdegames which is intended to ship with KDE Development Platform 5 (though it may also happen earlier, e.g. 4.9). The aim for this new iteration of the library is to remove most of the API that is obsolete, unused or in a state of bad quality, in order to improve maintainability and relevance of the remaining API. Also, QtWidgets-specific parts need to be separated to prepare for QML-based games.

The fine print: The SO version for libkdegames v5 is actually 6.

List of components

libkdegames consists of multiple (possibly interdependent) components, as defined by this list. See the list below for which file belongs to which component.

Component Description Maintainer
kgamerenderer Multithreaded rendering of (static) theme graphics. Stefan Majewsky

List of files

Source file Belongs to component