The Abstract Video is a cross platform low-level 3D graphics API.
For building the abstraction layer for Linux and Max OS/X, CMake is required. In Linux the Vulkan headers and libraries has to be installed. The following commands can be used for building:
mkdir build
cd build
cmake ..
makeThe Pharo bindings can be installed by running the following script in a playground:
Metacello new
baseline: 'AbstractVideo';
repository: 'github://desromech/abstract-video/tonel';
loadThis installation script takes care of automatically downloading a version of the platform specific library binary that is automatically being built on the CI server.