Skip to content

is a little Graphic-Engine writted in c++ with opengl

License

Notifications You must be signed in to change notification settings

blackmutzi/polygon-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polygon-Engine

is a little Rendering-Engine writted in c++ for fun and opengl learning

build & install

# 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/

doxygen docu and github.io site

github.io Polygon-Website with Screenshots

doxygen here

lib dependencies

* polygon-component 
* LZ4
* GLFW
* opengl ( mesa package )
* libfreetype
* libfreeimage
* libboost