A library providing API for working with voxel structures.
Voxel structures are used to store and manage 3D voxel data. Essentially, it's a three-dimensional grid, where each cell in the grid (voxel) contains information about a small volume of space in a 3D environment. The structure allows for efficient storage, retrieval, and manipulation of voxel data, such as position, color, density, or any other attributes tied to each voxel.
See the documentation
This list includes only those systems on which functionality testing is conducted. However, you can also compile it under any other Linux distribution or operating system.
| Name | Description | Default value |
|---|---|---|
| VOXY_BUILD_SHARED | Build Voxy shared library | ON |
| VOXY_BUILD_TESTS | Build Voxy library tests | ON |
| Name | Description |
|---|---|
| voxy | Interface Voxy library |