What is a voxel engine and how we saw it. We tried to answer theses questions in a easy way to help you understand what we want to create here.

What is a Voxel ?

Wikipedia Definition

In 3D computer graphics, a voxel represents a value on a regular grid in three-dimensional space. As with pixels in a 2D bitmap, voxels themselves do not typically have their position (i.e. coordinates) explicitly encoded with their values. Instead, rendering systems infer the position of a voxel based upon its position relative to other voxels (i.e., its position in the data structure that makes up a single volumetric image).

Learn more about voxel on Wikipedia.

Our definition

Like Wikipedia, we thing that a voxel is a volumetric element who store data. We’ve identify two types of data that voxels can contain.

What is a Voxel Engine ?

A voxel engine is not one things. they are multiple bricks like rendering, physics, animation, conversion, … All those bricks represent the voxel engine.

Our main goals and ambitions of a good voxel engine are as follows: