GUECS: Minimal components from zedcaster that will let me make a GUI for a game.

This commit is contained in:
Zed A. Shaw 2025-04-21 23:45:04 -04:00
parent 10ecf50bc0
commit 1be770d62d
28 changed files with 2528 additions and 30 deletions

View file

@ -93,16 +93,23 @@ dependencies += [
]
sources = [
'game_engine.cpp',
'dbc.cpp',
'gui.cpp',
'watcher.cpp',
'builder.cpp',
'config.cpp',
'dbc.cpp',
'game_engine.cpp',
'guecs.cpp',
'gui.cpp',
'lel.cpp',
'matrix.cpp',
'rand.cpp',
'sfmlbackend.cpp',
'shaders.cpp',
'sound.cpp',
'textures.cpp',
'watcher.cpp',
]
executable('escape_turings_tarpit', sources + [
executable('ttpit', sources + [
'main.cpp'
],
cpp_args: cpp_args,