Mirai-Team / mirai-project

C++ library for games making purposes.
Other
3 stars 0 forks source link

Add a GUI system #45

Open Lomadriel opened 9 years ago

Lomadriel commented 9 years ago

And maybe add a Frame Manager. But I think it should be a little useless.

Widget uses scene node, the other classes inherit from widget or clickable widget.

Lomadriel commented 9 years ago

Added Widget, Clickable Widget and Label.

Lomadriel commented 9 years ago

Added Image.

Lomadriel commented 9 years ago

Added Button.

Lomadriel commented 9 years ago

TextBox assigned to @CBenoit.

CBenoit commented 9 years ago

TextBox class on going. https://github.com/Mirai-Team/mirai-project/commit/274a3fabed97d0311573459383dc05c5fac1a498

Lomadriel commented 9 years ago

Added Checkbox

CBenoit commented 9 years ago

I got an issue with TextEntered event. I opened an issue here : https://github.com/SFML/SFML/issues/908

Lomadriel commented 9 years ago

Added Progress Bar.

CBenoit commented 9 years ago

Added Trackbar. https://github.com/Mirai-Team/mirai-project/commit/37442be8780ca785b17f4953546dc3d2d2393fd3