OpenGL Tests - Linux - Polygon Demo
# Download Demo
git clone https://github.com/blackmutzi/Polygon-Demo/
cd ./Polygon-Demo
# Makefile Generation
./autogen.sh
# Build Demo
cd ./build
make
# Extract resource.tar.gz
# included shader codes, images and mesh resources ...
# go to build directory
cd ./build
# extract *tar.gz
tar -zxvf resource.tar.gz
# start demo
./polygon-demo
- W,A,S,D - control the Camera
- R - Q - Enable/Disable Water surface
- Polygon-Engine
- Polygon-Component
- LZ4
- GLFW
- OpenGL (Mesa)
- FreeType
- FreeImage
- Boost