![]() |
CRM64Pro GDK v0.980
A free cross-platform game development kit built on top of SDL 2.0
|
▼Core modules | |
Main | v1.00 (30 April 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 | v3.00 (29 April 2023) 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 | v0.96 (30 April 2023) The Timer interface manages all timing related stuff: timer control, Render Frame Rate, Logic Frame Rate and microbenchmarks |
Tool | v1.27 (23 April 2023) The Tool interface provides some generic and useful methods |
Memory Manager | v1.20 (30 April 2023) Memory Manager module providing a very high performance and thread-safe memory allocation functions |
▼Audio modules | |
Music | v1.21 (30 April 2023) The Audio Music module includes the Music Manager and Music objects |
Sound | v1.21 (30 April 2023) The Audio Sound module includes the Sound Manager and Sound objects |
▼Graphics modules | |
Image | v1.41 (1 May 2023) The Image module includes the Image Manager and Image for handling all the operations with surfaces and textures |
Cursor | v1.31 (1 May 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 | v1.10 (1 May 2023) The Sprite module includes the Sprite Manager and Sprite for handling all the operations with sprites |
Font | v1.10 (1 May 2023) The Font module includes the Font Manager and Font for handling all the operations with fonts |
GFX | v1.10 (1 May 2023) The GFX interface provides generic graphics methods |
▼Graphics User Interface modules | |
Widgets | v1.20 (1 May 2023) The Widget module includes all Widgets that can be used inside Panels |
GUI | v1.40 (1 May 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 | v1.20 (1 May 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 |