Multi-platform Linux binaries for Afterwarp Framework
Copyright (c) 2015 - 2025 Dr. Yuriy Kotsarenko

          http://afterwarp.io
-------------------------------------------------------------------------------------------------------------

In this folder, framework binary files are provided with various flavors:

Modern (OpenGL 3.3+) build that uses GTK 3.x both for image loading and application creation.
  ./gtk30/

Modern (OpenGL 3.3+) build that uses GTK 2.x for image loading and X for application creation.
  ./x-gtk20/

The binary files have been tested on Ubuntu, Fedora and OpenSUSE operating systems. For GTK builds, remember
to install the appropriate GTK library package. Note that these binaries require OpenGL 3.3 or later support.
In case of aarch64 and armv7a platforms, OpenGL ES 3.0 or later is required; for 2D canvas, OpenGL ES 2.0
would suffice.

Installation:
  Copy 'libafterwarp.so' from one of aforementioned folders to '/usr/lib' or similar location.

The framework dynamically loads 'libassimp.so' when a first attempt is made to load one of 3D mesh
formats other than Wavefront OBJ, which is supported natively.

Therefore, install "assimp", "libassimp" or similar package. After installation, create symlink
to "libassimp.so". For example, if the installed library path is:
	/usr/lib/x86_64-linux-gnu/libassimp.so.5
create symlink to:
	/usr/lib/x86_64-linux-gnu/libassimp.so
Note that a relatively recent Assimp library is required, built no earlier than 2021.

-------------------------------------------------------------------------------------------------------------

We can also provide a customized Linux build for your business as part of our consulting services.
For support, please visit our web site for more information or e-mail us at: support@afterwarp.io