ASW Lib
A.D.S. Games SDL Wrapper Library. A library targeted at Allegro4 users who want to switch to SDL3 and use modern c++.
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 12345]
  include
  asw
  modules
  ui
 button.hButton widget for the ASW UI module
 context.hUI context and focus management for the ASW UI module
 event.hUI event types for the ASW UI module
 input_box.hInput box widget for the ASW UI module
 label.hLabel widget for the ASW UI module
 panel.hPanel widget for the ASW UI module
 root.hRoot UI container and event dispatcher for the ASW UI module
 theme.hUI theme configuration for the ASW UI module
 ui.hMain include file for the ASW UI module
 vbox.hVertical box layout widget for the ASW UI module
 widget.hBase widget class for the ASW UI module
 assets.hAsset routines for the ASW library
 color.h
 core.hCore routines including main loop and initialization
 display.hDisplay and window routines for the ASW library
 draw.hRoutines for drawing sprites and primitives to the screen
 easing.hEasing functions for animations
 game.h
 geometry.hCommon geometry types
 input.hInput module for the ASW library
 log.hStructured logging system
 particles.hLightweight particle emitter system
 random.hRandom module for the ASW library
 scene.hScene manager
 sound.hSound module for the ASW library
 types.hTypes used throughout the ASW library
 util.hGeneral utility functions
 asw.h
  src
  modules
  ui
 button.cpp
 context.cpp
 input_box.cpp
 label.cpp
 panel.cpp
 root.cpp
 vbox.cpp
 widget.cpp
 assets.cpp
 core.cpp
 display.cpp
 draw.cpp
 easing.cpp
 input.cpp
 log.cpp
 particles.cppParticle emitter implementation
 random.cpp
 sound.cpp
 util.cpp