dgt

Modules

animation
module dgt.animation

Allows storing instances of a looping, linear animation

array
module dgt.array

A type-safe growable buffer designed for low overhead

camera
module dgt.camera
color
module dgt.color
font
module dgt.font

Allows the user to load and create bitmap fonts

gamepad
module dgt.gamepad
geom
module dgt.geom

Contains various generic geometry containers

gl_backend
module dgt.gl_backend
io
module dgt.io

@nogc printing functions

level
module dgt.level

Adds integration with the Tiled map editor

music
module dgt.music

Allows the player to stream music from disk without loading it entirely into memory

particle
module dgt.particle
sound
module dgt.sound
sprite
module dgt.sprite
texture
module dgt.texture
tilemap
module dgt.tilemap
ui
module dgt.ui

A collection of immediate-mode UI widgets

util
module dgt.util
window
module dgt.window

Meta