LuisAyuso / quarfs

An exercise to try to build a voxels engine/game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quarfs

quarfs is a prototype of mixed voxel engine with advanced graphics (as advanced as I can get them to be)

it uses:

  • GLEW
  • GLFW3
  • BOOST (filesystem )

Requires OpenGL 4 compatibility, (not very sure about this, but there are some host code functions which are pretty new and some other thins in the shaders)

It also require some C++11 support by your favourite compiler.

About

An exercise to try to build a voxels engine/game

License:GNU General Public License v2.0


Languages

Language:C++ 74.5%Language:CMake 13.3%Language:Python 8.0%Language:GLSL 4.2%