1 unstable release

0.0.1 Jul 31, 2020

#86 in #voxel

MPL-2.0 license

4.5MB
93K SLoC

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

Installing Dependencies

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

No runtime deps