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/include/guecs
Zed A. Shaw 3752522597 Fixed Icon vs. Sprite and now Icon is just a subclass of Sprite. Closes #12. 2 months ago
..
sfml Fixed Icon vs. Sprite and now Icon is just a subclass of Sprite. Closes #12. 2 months ago
lel.hpp 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. 3 months ago
theme.hpp Fix up the backend so it has sane names like get_sprite and get_icon, then implemented a guecs::Icon for icons. Those don't scale and typically have other properties different from a Sprite. 2 months ago
ui.hpp Implement a way to map entities to their names, which comes up often enough. 2 months ago