PolyVox  0.2.1
Open source voxel management library
Tutorial

This is a basic tutorial covering the essentials of using PolyVox.

Note:
This is a work in progress. For now, the best example is the OpenGL example distributed with PolyVox in the example/OpenGL/ folder.
#include <Block.h>
int main(int argc, char *argv[])
{
//blah blah
}