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
- Host: GitHub
- URL: https://github.com/phisko/polyvox
- Owner: phisko
- License: mit
- Created: 2022-04-19T17:38:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T17:49:23.000Z (over 4 years ago)
- Last Synced: 2025-02-10T04:44:39.056Z (over 1 year ago)
- Language: C++
- Size: 435 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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 `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.