Releases: flyx/OpenGLAda
Releases · flyx/OpenGLAda
Version 0.9.0
Version 0.8.0
Notable Changes
- Breaking change: 
SOILhas been removed because of incompatibility with macOS Catalina. GID has been added to OpenGLAda as replacement and the new packageGL.Imagesfrom the projectopengl-images.gpruses GID to provide a simple interface for loading image files to textures similar to SOIL. - Breaking change: The 
FTGLbinding 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.Textfromopengl-text.gprwith the help of the included FreeTypeAda binding. - The package 
GL.Objects.Querieshas 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.