CRM64Pro GDK v0.15.0
A free cross-platform game development kit built on top of SDL 3.0
Loading...
Searching...
No Matches
Modules
Here is a list of all topics with brief descriptions:
[detail level 123]
 Core modules
 MainCentral hub for CRM64Pro GDK initialization, module access and high-precision timing [v26.02.0]
 LogLog Manager and Log objects for application and GDK message output [v26.02.0]
 ConfigConfiguration Manager and Screen objects for general, audio and video settings [v26.01.0]
 ArchiveArchive Manager and Archive objects for managing CDC data container files [v26.02.0]
 XMLXML Manager and XML objects providing a full parsing system [26.02.0]
 TimerTimer interface for timing control, frame rates and micro-benchmarking [v26.02.0]
 ToolTool interface providing generic utility methods [v26.02.0]
 Memory ManagerHigh-performance and thread-safe memory allocation system [v26.02.0]
 Audio module
 AudioTrackAudio Track Manager and AudioTrack objects for sound effects and music playback [v26.02.0]
 Graphics modules
 ImageImage Manager and Image objects for handling surfaces and textures [v26.02.0]
 CursorCursor Manager and Cursor objects for mouse and cursor handling [v26.02.0]
 TileTile Manager and Tile objects for handling tiles and tilesets [v26.02.0]
 SpriteSprite Manager and Sprite objects for handling animated sprite sheets [v26.02.0]
 FontFont Manager and Font objects for bitmap-based text rendering [v26.02.0]
 GFXGFX interface providing generic graphics primitives and utilities [v26.01.0]
 PhysicsPhysics interface for overlap detection, motion, and world forces
 GUI modules
 WidgetsWidget classes for building graphical user interfaces inside Panels [v25.12.0]
 GUIGUI Manager for handling panels, consoles and debug windows [v26.02.0]
 Scene moduleAdvanced 2D scene and game world management system [v26.02.0]
 Scene Layer baseData classes for Scene Layer management [v26.02.0]
 Scene LayerTileTileLayer class for tile-based map layers
 Scene LayerObjectObject layer containing game objects with spatial partitioning
 Scene LayerImageImage layer containing a single image for background/foreground display
 SceneScene objects for 2D tile-based game development
 Scene ManagerScene Manager for lifecycle and asset management
 Network modules
 Network TCP/IP client/serverNetwork TCP/IP interface providing a client/server architecture [v25.12.0]