https://github.com/blackmutzi/polygon-engine
is a little Graphic-Engine writted in c++ with opengl
https://github.com/blackmutzi/polygon-engine
doxygen engine github-pages library linux opengl opengl-test qt-creator testing
Last synced: 2 months ago
JSON representation
is a little Graphic-Engine writted in c++ with opengl
- Host: GitHub
- URL: https://github.com/blackmutzi/polygon-engine
- Owner: blackmutzi
- License: gpl-3.0
- Created: 2017-03-30T17:53:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T17:15:24.000Z (over 8 years ago)
- Last Synced: 2025-10-28T04:38:47.800Z (8 months ago)
- Topics: doxygen, engine, github-pages, library, linux, opengl, opengl-test, qt-creator, testing
- Language: C++
- Homepage:
- Size: 6.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polygon-Engine
is a little Rendering-Engine writted in c++ for fun and opengl learning
### build & install
```sh
# 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](https://blackmutzi.github.io/polygon-engine/index.html)
[doxygen here](https://blackmutzi.github.io/polygon-engine/doxygen/html/index.html)
### lib dependencies
* polygon-component
* LZ4
* GLFW
* opengl ( mesa package )
* libfreetype
* libfreeimage
* libboost