https://github.com/paroj/polyvox
https://github.com/paroj/polyvox
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paroj/polyvox
- Owner: paroj
- License: zlib
- Created: 2020-03-03T16:31:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T16:32:00.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T07:18:47.897Z (11 months ago)
- Language: C++
- Size: 4.1 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.txt
- License: LICENSE.TXT
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 `zlib 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.