A GUI library for games that's so small you won't even know its there.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
lel-guecs/src/guecs
Zed A. Shaw 5d0d8b16fc Removed hover on guecs::UI::mouse and now use a generic 16 bit modifier bitset. Also finally fixed Clickable so it just a simple callback with only the modifiers. 7 months ago
..
sfml Forgot to set the position on rectangle so just added the center helper. 8 months ago
lel.cpp Major refactoring but now centering text and sprites works. See Issue #16 for why only those and not anything else yet. 8 months ago
lel_parser.cpp You can now set a sprite as a background in Background which will simplify a lot of games that just place sprites over a single image. 10 months ago
lel_parser.rl You can now set a sprite as a background in Background which will simplify a lot of games that just place sprites over a single image. 10 months ago
theme.cpp Added direct theme support and will slowly move more things into this struct for configuring the look. 11 months ago
ui.cpp Removed hover on guecs::UI::mouse and now use a generic 16 bit modifier bitset. Also finally fixed Clickable so it just a simple callback with only the modifiers. 7 months ago