Rover656 / Ngine

A C++ 17 library for producing 2D games.
https://www.nerdthings.dev/ngine
Apache License 2.0
2 stars 2 forks source link

*VERY* Basic UI Functionality #8

Closed Rover656 closed 5 years ago

Rover656 commented 5 years ago

This adds a UI engine with basic render and interact abilities. It also supports panels that allow controls to be ordered correctly.

UI Engine classes

Included Controls

Other changes

Things needing done in feature/advanced-ui

Rover656 commented 5 years ago

This will be the last major addition before the Jam on Monday.

Rover656 commented 5 years ago

This is ready for merge. We will now be able to use this in the jam starting Monday.