zwcloud / ImGui

Immediate Mode GUI for C#
https://zwcloud.net/#project/imgui
GNU Affero General Public License v3.0
197 stars 21 forks source link

Restore basic controls. #20

Closed zwcloud closed 5 years ago

zwcloud commented 5 years ago

The render-tree based rendering system broke all existing controls; let's bring all of them back.

zwcloud commented 5 years ago

After implementing DrawingVisual, we will be able to implement composite controls like ProgressBar.

UPDATE: With VisualDrawingContext, we already have the ability to implement composite controls. DrawingVisual is left to implement for drawing static vector graphs.

zwcloud commented 5 years ago

All basic controls restored.