bzt 4039219b77 Minor fixes in ui_path 3 months ago
..
README.md 82a599d678 Table, grid, button icon and minor fixes 4 months ago
ui_file.h 4039219b77 Minor fixes in ui_path 3 months ago
ui_glfw.h bef60c7050 Replaced UI_HEADERONLY with UI_IMPLEMENTATION 3 months ago
ui_psf2.h bef60c7050 Replaced UI_HEADERONLY with UI_IMPLEMENTATION 3 months ago
ui_sdl.h bef60c7050 Replaced UI_HEADERONLY with UI_IMPLEMENTATION 3 months ago
ui_ssfn.h bef60c7050 Replaced UI_HEADERONLY with UI_IMPLEMENTATION 3 months ago
ui_table.h ca8d946762 Minor fixes, mostly comments 3 months ago
ui_textosk.h bef60c7050 Replaced UI_HEADERONLY with UI_IMPLEMENTATION 3 months ago
ui_x11.h ca8d946762 Minor fixes, mostly comments 3 months ago

README.md

SMGUI Modules

Backends

  • ui_glfw.h uses GLFW3 (this is the default)
  • ui_sdl.h uses SDL2/3
  • ui_x11.h uses X11

Font Drivers

  • ui_psf2.h uses PC-Screen-Font (same as Linux Console, this is the default)
  • ui_ssfn.h uses Scalable Screen Font

Custom Widgets

  • ui_textosk.h adds an on screen keyboard during input to the UI_TEXT fields
  • ui_file.h adds UI_FILE and UI_PATH file picker fields
  • ui_table.h adds UI_TABLE, the table and grid container