GuiObjects
A C++ library to easily create GUI-editable objects
The project was born when I wanted to write a 3D modeling + rendering engine in C++.
I wanted to create an easily expandable tool for the GUI, that will automatically know how to display the various objects for editing.
The goal was to make each object "know" how it should be displayed and changed, so that a simple GUI tool can display complex objects, and new objects can be created without having to spend time creating the "widgets" for them.
The basic requirements was:
- The...