HexDecimal / python-tcod-engine-2023

MIT License
4 stars 1 forks source link

Modular GUI. #6

Open HexDecimal opened 1 year ago

HexDecimal commented 1 year ago

It might be time to experiment with not hard-coding all of my GUI elements. Something based off of libtcod's secret C++ GUI would be ideal.

This will be tied to consoles and using tile coordinates. GUI elements will exist in a scene graph and will be interacted with via events much like in similar systems. I'm not sure about the details.

HexDecimal commented 1 year ago

I'm actually not sure of my GUI requirements so I don't think I'll be able to do this at the moment.

HexDecimal commented 1 year ago

Need to start with simple states with lists of options. These are usually easy to work with.