Ada OpenGL Window Demos
::: this project has submodule dependencies found in [clone root]/main/3P
::: git clone --recursive is mandatory and takes care of syncing those submodules
- GNAT compiler
- nothing
# apt-get install libgl1-mesa-dev mesa-common-dev
- AGLW : https://github.com/ohenley/aglw
- OpenGLAda : https://github.com/flyx/OpenGLAda
$ git clone --recursive https://github.com/ohenley/aglw-demos.git
$ gprbuild demos.gpr -Xwindowing_system=windows
Until AGLW supports other platforms, the demos only works on win32.
Launch demo01.exe and test rapid resize of window.
Working
Demos are OpenGLAda examples adapted to use AGLW instead of GLFW.