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

https://github.com/its-alex/voxel-engine

🎮 Voxel engine made with GLFW and OpenGL
https://github.com/its-alex/voxel-engine

cpp glew glfw3 map opengl voxel

Last synced: 8 months ago
JSON representation

🎮 Voxel engine made with GLFW and OpenGL

Awesome Lists containing this project

README

          

# Voxel-engine

Voxel-engine is a project to create a voxel map. Some planets composed with
cubes, where we can move.

## Dependencies

- [`makedepend`](https://en.wikipedia.org/wiki/Makedepend)
- [`pkg-config`](https://www.freedesktop.org/wiki/Software/pkg-config/)
- [`glfw`](http://www.glfw.org/) (3.2.1)
- [`glew`](http://glew.sourceforge.net/) (2.1.0)
- [`glm`](http://glew.sourceforge.net/) (0.9.9.0)

If you're under and have brew installed you can do:

```
$ brew bundle
```

## Instruction

To compile
```
$ make
```

To clean compilation files
```
$ make clean
```

To clean build
```
$ make fclean
```
## License

[MIT](https://en.wikipedia.org/wiki/Licence_MIT)