Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@flyx flyx released this 19 Jun 19:58
· 12 commits to master since this release

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