Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackmutzi/polygon-demo
is a little demonstration for the polygon-engine
https://github.com/blackmutzi/polygon-demo
demo glfw3 glsl-shaders linux opengl opengl-test qt-creator testing
Last synced: 4 days ago
JSON representation
is a little demonstration for the polygon-engine
- Host: GitHub
- URL: https://github.com/blackmutzi/polygon-demo
- Owner: blackmutzi
- License: gpl-3.0
- Created: 2017-03-30T16:55:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T18:31:18.000Z (over 7 years ago)
- Last Synced: 2024-03-21T17:34:19.123Z (8 months ago)
- Topics: demo, glfw3, glsl-shaders, linux, opengl, opengl-test, qt-creator, testing
- Language: C++
- Homepage:
- Size: 76.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polygon-Demo
OpenGL Tests - Linux - Polygon Demo### build demo
```sh
# Download Demo
git clone https://github.com/blackmutzi/Polygon-Demo/
cd ./Polygon-Demo# Makefile Generation
./autogen.sh# Build Demo
cd ./build
make
```### prepare & start demo
```sh
# 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
```### demo control
* W,A,S,D - control the Camera
* R - Q - Enable/Disable Water surface### demo dependencies
* Polygon-Engine
* Polygon-Component### other library dependencies
* LZ4
* GLFW
* OpenGL (Mesa)
* FreeType
* FreeImage
* Boost