Skip to content

Releases: flyx/OpenGLAda

Version 0.9.0

18 May 10:15
Compare
Choose a tag to compare

Notable Changes

  • Breaking change: Removed GLFW 2.x binding.
  • Alire support: Project now supplies several Alire crates.
  • The Windows installer has been deprecated. You should use Alire instead.
  • Added package GL.Debug which provides access to the KHR_debug extension which is in core since OpenGL 4.3.

Full changelog here

Version 0.8.0

19 Jun 19:58
Compare
Choose a tag to compare

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 package GL.Images from the project opengl-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 with GL.Text from opengl-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.

Full changelog here

Version 0.7.0

09 Mar 18:07
Compare
Choose a tag to compare

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.