.. toctree::
:maxdepth: 4
:caption: Contents:
Changelog
=========
This file documents all notable changes to **GLOverlayUI**.
.. contents::
:local:
:depth: 2
[Unreleased]
------------
- Applying Texture on Object
Version 1.1.0
-------------
- Feature : Add button with icon on top inside the canvas area to toggle side panel
- Improved Sphinx and Doxygen documentation.
- news images and new demo to keep up to date
- Code improvement
Version 1.0
-----------
**Added**
- First working version of **GLOverlayUI**.
- Basic 2D rendering with OpenGL on ``wxGLCanvas``.
- Clickable OpenGL overlay forms.
- Side panel with ``wxSlider`` and ``wxCheckBox`` controls.
- Basic CMake integration for cross-platform build.
- Initial documentation (README, index.rst).
- Host the `official doc of the app `_
- Added a detailed `build.rst `_ explaining the build process.