1 个不稳定版本

0.0.1 2020年7月31日

98#voxel

MPL-2.0 许可协议

4.5MB
93K SLoC

C++ 89K SLoC // 0.1% comments • Rust 包仓库 Batch 2.5K SLoC • Rust 包仓库 Python 725 SLoC // 0.2% comments • Rust 包仓库 Shell 379 SLoC // 0.1% comments • Rust 包仓库 Rust 40 SLoC • Rust 包仓库

安装依赖项

Ubuntu

apt-get install cmake
apt-get install libilmbase-dev
apt-get install libtbb-dev
apt-get install libboost-system-dev     # Boost::system
apt-get install libboost-iostreams-dev  # Boost::iostream

wget https://github.com/Blosc/c-blosc/archive/v1.20.0.tar.gz
tar -xf v1.20.0.tar.gz
cd c-blosc-1.20.0
cmake
make
make install
cd ..
rm -rf v1.20.0.tar.gz c-blosc-1.20.0

无运行时依赖