is a little Rendering-Engine writted in c++ for fun and opengl learning
# Download Polygon-Engine
git clone https://github.com/blackmutzi/polygon-engine.git
cd ./polygon-engine/src/
# Makefile Generation
./autogen.sh
# Build & Install
cd ./build
make && make install
# default lib directory: /usr/lib/libpolygon.so
# default include directory : /usr/include/polygon-engine/
github.io Polygon-Website with Screenshots
* polygon-component
* LZ4
* GLFW
* opengl ( mesa package )
* libfreetype
* libfreeimage
* libboost