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
- Host: GitHub
- URL: https://github.com/its-alex/voxel-engine
- Owner: Its-Alex
- License: mit
- Created: 2017-03-06T22:43:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T14:51:49.000Z (about 7 years ago)
- Last Synced: 2025-02-23T11:12:29.313Z (8 months ago)
- Topics: cpp, glew, glfw3, map, opengl, voxel
- Language: C++
- Homepage:
- Size: 5.89 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)