https://github.com/remusao/voxeglsl
Simple OpenGL 3.x Voxel engine
https://github.com/remusao/voxeglsl
Last synced: about 1 month ago
JSON representation
Simple OpenGL 3.x Voxel engine
- Host: GitHub
- URL: https://github.com/remusao/voxeglsl
- Owner: remusao
- Created: 2013-11-21T22:50:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-26T15:20:24.000Z (over 11 years ago)
- Last Synced: 2025-02-15T07:20:15.054Z (3 months ago)
- Language: C++
- Homepage:
- Size: 492 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VoxeGLSL
========Simple Voxel engine used to display heightmap in 3D. The engine use OpenGL 3.x with Geometry Shader to generate cubes on GPU.
# Usage
```
cd src
make
./voxel heightmap.png
```# Controls
* `W`, `S` => Move front and back
* `A`, `D` => Left and Right
* `Z`, `X` => Up and downd
* `Arrows` => Rotate arround# Example
