codingteam / Keter

A roguelike game in the SCP setting.
https://codingteam.github.io/Keter/
MIT License
15 stars 5 forks source link

UI System #41

Closed ForNeVeR closed 7 years ago

ForNeVeR commented 9 years ago

Implement base framework for UI.

ForNeVeR commented 8 years ago

That's way harder than I think. I'd gladly accept any help with this!

ForNeVeR commented 8 years ago

@codingteam/keter-developers could you elaborate? We currently have some ad-hoc MVVM shit, but I feel that it's getting too hard to improve and detalize. Any thoughts how we can handle this task?

ForNeVeR commented 8 years ago

Well, I'm slowly overcoming this problem, so maybe I'll be able to handle it myself. I hope.

ForNeVeR commented 7 years ago

I am not sure if the old code is still good enough, I'll think about reevaluation of the UI system design. Probably it should be simplified a lot.

ForNeVeR commented 7 years ago

Alright, I've finished the review. The current model isn't bad and is actually pretty smart. Yes, there're some non-obvious hacks in the keybinding part, but that'll probably be sorted out in scope of #32.

I consider our UI system basics to be implemented.