SuperFola / pataro

A generic and modular Roguelike game on top of libtcod - I'll be back soon, just need a break!
25 stars 3 forks source link

Write a GUI inspired by libtcod/gui #10

Open SuperFola opened 3 years ago

HexDecimal commented 3 years ago

I'd rather avoid using the libtcod/gui headers in their current form. They have some major issues which can't be fixed without breaking the libtcod ABI such as unsafe format string handling. Using them as a reference for making your own GUI code might be a good idea.

SuperFola commented 3 years ago

Thanks, I didn't know!