An open API service indexing awesome lists of open source software.

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

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

![demo](voxel.png)