/aglw-demos

Ada OpenGL Window Demos

Primary LanguageAda

AGLW demos

Ada OpenGL Window Demos

alt text

::: this project has submodule dependencies found in [clone root]/main/3P
::: git clone --recursive is mandatory and takes care of syncing those submodules

Prerequisites

  • GNAT compiler

Windows (tested Windows 10)

  • nothing

Linux (tested ubunutu)

# apt-get install libgl1-mesa-dev mesa-common-dev

Dependencies

Building

$ git clone --recursive https://github.com/ohenley/aglw-demos.git
$ gprbuild demos.gpr -Xwindowing_system=windows

Limitations

Until AGLW supports other platforms, the demos only works on win32.

Usage

Launch demo01.exe and test rapid resize of window.

Status

Working

Acknowledgments

Demos are OpenGLAda examples adapted to use AGLW instead of GLFW.