Releases: flyx/OpenGLAda
Releases · flyx/OpenGLAda
Version 0.9.0
Version 0.8.0
Notable Changes
- Breaking change:
SOIL
has been removed because of incompatibility with macOS Catalina. GID has been added to OpenGLAda as replacement and the new packageGL.Images
from the projectopengl-images.gpr
uses GID to provide a simple interface for loading image files to textures similar to SOIL. - Breaking change: The
FTGL
binding has been removed since it was long deprecated, unmaintained and it was unknown whether it's even working in its current state. Simple text rendering is now provided withGL.Text
fromopengl-text.gpr
with the help of the included FreeTypeAda binding. - The package
GL.Objects.Queries
has been added. - Windows installer now targets GNAT Community 2020.
Version 0.7.0
Notable Changes
- Works with GNAT Community 2018
- Fixed some memory leaks
- Wrapped additional functions
- Added Windows installer
- Removed dependency on Strings_Edit
Windows Installer
This installer requires a GNAT Community 2018 (or GNAT Pro) installation. You have to select GNAT's installation directory during installation. It includes a static GLFW library and a Freetype DLL.