Projects/Games/Porting to libkdegames v5: Difference between revisions

From KDE TechBase
(Created page with "This document describes the changes introduced with libkdegames v5, which first appeared in the KDE 4.9 release. == New components == * '''KgSound''' provides a simple API for ...")
 
(Moved to Community Wiki)
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This document describes the changes introduced with libkdegames v5, which first appeared in the KDE 4.9 release.
{{Moved_To_Community|Projects/Games/Porting_to_libkdegames_v5}}
 
== New components ==
 
* '''KgSound''' provides a simple API for playback of short event sounds. Low latency is achieved through the use of OpenAL, with a Phonon fallback if the required libraries are not available.
 
== Removed components ==
 
* The '''KGGZ''' framework has been removed completely.
* '''KGameLCD''' — Use QLCDNumber instead.
* '''KGameMisc''' — Instead of a random name, we advise to use generic names where appropriate.
* '''KGameProgress''' — Use QProgressBar instead.
* '''KGameSvgDigits''' — If you need SVG digits, include them in your own SVG theme.
* '''KGrid2D''' — You'll need to do the math yourself.

Latest revision as of 13:14, 7 June 2019

This page is now on the community wiki.