4nickpick / jax-group-project

http://www.meetup.com/Jacksonville-Video-Game-Development-Group/
0 stars 0 forks source link

GUI System #8

Closed stephenap07 closed 11 years ago

stephenap07 commented 11 years ago

Need a simple gui system. Interface should be something like:

if context.button('unique_id', rect, text='button title'):
  do_something()

Hard coded styles will be fine for now. If I make the system into a separate project; I'll make it more robust. An immediate mode GUI will suffice. I have started work on this. The only reason I'm not using a third-party library is because we really don't need a complex GUI right now and the ones available have horrendous code bases.