*************************** Acknowledgments & Resources *************************** .. toctree:: :maxdepth: 4 :caption: Contents: Acknowledgments =============== This project, **GLOverlayUI**, has been made possible thanks to the combined power of: .. image:: ../_static/logos/opengl.png .. image:: ../_static/logos/wxWidget.png :width: 200 px :height: 200 px .. image:: ../_static/logos/cmake.png :height: 200 px :width: 200 px :align: right - **OpenGL**: for real-time rendering - **wxWidgets**: for the native cross-platform GUI framework - **CMake**: for providing a clean and extensible build system We gratefully acknowledge these technologies as the foundation of this software. Awesomes Resources ------------------ The following resources have been invaluable in the learning and development process: **Learning Tutorials** - `Hello World Demo `__ - `ZetCode wxWidgets Tutorial `__ - `Computer Graphics Notes `__ **Essential Documentation** - `wxWidgets Official Docs `__ - `OpenGL Official Docs `__ - `Learn OpenGL `__ --- With sincere thanks to the open-source community and the authors of these amazing tutorials and documentation. Without them, **GLOverlayUI** would not have reached this level of accomplishment.