With UI Editor, designing and building GUIs from AGE components is effortless. You can use the tool to create user interfaces with the same widgets that will appear in your application, utilizing on-screen forms.

Release 1.0.0.0 Beta of UI Editor comes with several new exciting features that enhance the user experience. These include the introduction of new widgets such as item, buttongroup, treeview, and tooltip. In addition, icons have been added into menu entries, combobox entries, buttongroup entries, treeview entries, and into the button. Furthermore, a new skin (GS_IBRID_SKIN) has been added along with a new user interface for the editor.
UI Editor makes it easy to integrate the GUI into your render scene and the render scene into your GUI. For instance, you can create graphical windows by simply organizing widget positions and sizes using the layout managers. The tool fully supports AGE Resource System, which enables you to specify resources alongside windows as you design them. This is a handy feature that helps developers manage resources needed by applications.
The output of the UI Editor tool includes the .aui file and the .arc file. The .aui file format used by UI Editor is an XML file that describes all widgets added to your project. You can easily open this file from your application using the simple AGE SDK's API. Similarly, the .arc file format is an XML file that describes all resources added to your project. You can open this file from your application using the same AGE SDK's API. However, it is essential to note that the aui and arc format may change in future UI Editor releases.
In conclusion, the UI Editor from AGE is a straightforward yet powerful tool for creating stunning graphical user interfaces. It comes with a host of features that make it easy to design and build widgets and windows using on-screen forms. With UI Editor, you can preview your components, integrate the GUI into your render scene, and manage resources needed by your application. Enjoy using the UI Editor from AGE!
Version 1.0.0.0: Release 1.0.0.0 Beta of UI Editor introduces several new features: new widgets ( item, buttongroup, treeview, tooltip ), Added icons into menu entries, combobox entries, buttongroup entries, treeview entries and into button. Added new skin (GS_IBRID_SKIN). New user interface of the editor.
Version 0.0.1: N/A