An open API service indexing awesome lists of open source software.

https://github.com/phisko/polyvox

Fork of volumesoffun/polyvox
https://github.com/phisko/polyvox

Last synced: over 1 year ago
JSON representation

Fork of volumesoffun/polyvox

Awesome Lists containing this project

README

          

PolyVox - The voxel management and manipulation library
=======================================================
PolyVox is the core technology which lies behind our games. It is a fast, lightweight C++ library for the storage and processing of volumetric (voxel-based) environments. It has applications in both games and medical/scientific visualisation, and is released under the terms of the `MIT license `_.

PolyVox is a relatively low-level library, and you will need experience in C++ and computer graphics/shaders to use it effectively. It is designed to be easily integrated into existing applications and is independent of your chosen graphics API. For more details please see `this page `_ on our website.