![]() |
CRM64Pro GDK v0.11.0
A free cross-platform game development kit built on top of SDL 3.0
|
▼Core modules | |
Main | v2.00 (23 June 2023) The Main module manages and provides access to the rest of modules |
Log | v1.20 (30 April 2023) The Log module includes the Log Manager and Log for handling the logs output of the application and the GDK itself |
Config | v4.10 (18 February 2024) The Config module includes the Config Manager and Screen for handling general, audio and video configuration settings of the GDK |
Archive | v1.20 (30 April 2023) The Archive module includes the Archive Manager and Archive Objects for managing the CDC files |
XML | v1.10 (23 April 2023) The XML module includes the XML Manager and XML objects providing a full XML parsing system |
Timer | v1.00 (22 June 2023) The Timer interface manages all timing related stuff: timer control, Render Frame Rate, Logic Frame Rate and microbenchmarks |
Tool | v2.00 (23 June 2023) The Tool interface provides some generic and useful methods |
Memory Manager | v2.00 (26 June 2023) Memory Manager module providing a very high performance and thread-safe memory allocation functions |
▼Audio modules | |
Music | v2.00 (28 June 2023) The Audio Music module includes the Music Manager and Music objects |
Sound | v2.00 (28 June 2023) The Audio Sound module includes the Sound Manager and Sound objects |
▼Graphics modules | |
Image | v2.10 (7 Jul 2023) The Image module includes the Image Manager and Image for handling all the operations with surfaces and textures |
Cursor | v2.00 (22 June 2023) The Cursor module includes the Cursor Manager and Cursor for handling all the operations with the mouse and mouse cursor |
Tile | v1.10 (1 May 2023) The Tile module includes the Tile Manager and Tile for handling all the operations with tiles and tilesets |
Sprite | v2.00 (20 June 2023) The Sprite module includes the Sprite Manager and Sprite for handling all the operations with sprites |
Font | v2.00 (20 June 2023) The Font module includes the Font Manager and Font for handling all the operations with fonts |
GFX | v2.00 (20 June 2023) The GFX interface provides generic graphics methods |
▼Graphics User Interface modules | |
Widgets | v2.00 (23 June 2023) The Widget module includes all Widgets that can be used inside Panels |
GUI | v2.00 (30 Jun 2023) The GUI module includes the GUI Manager for handling all operations with panels, consoles and debug windows |
▼TileEngine modules | |
TileEngine MapData extension | v1.00 (24 February 2017) Data definition used by the TileEngine objects as the way of updating and rendering the layers |
TileEngine Core | v2.00 (30 Jun 2023) The TileEngine Core module includes the TileEngine Manager and TileEngine Objects for handling all operations with the TileEngine |
▼Network modules | |
Network TCP/IP client/server | v1.00 (1 May 2023) The Network TCP/IP interface provides a complete network system based on TCP/IP client/server architecture |