Metadata-Version: 1.1
Name: binvox
Version: 0.1.5
Summary: Library for loading & saving the Binvox files
Home-page: https://github.com/faridyagubbayli/binvox
Author: Farid Yagubbayli
Author-email: faridyagubbayli@gmail.com
License: MIT
Description: binvox
        =======
        
        Binvox is a file-format developed by Patrick Min that helps to store
        the 3D binary-volume (e.g. occupancy grid) in compact manner. 
        This repository contains a library for loading &amp; saving the Binvox files.
        
        A popular script to load/save binvox files has been published
        at `here <https://github.com/dimatura/binvox-rw-py>`_. However, the code is
        almost 10 years old now and every project duplicated the script file
        when using it.
        
        This project is based on the available code-base. The main aim is to
        re-implement binvox file I/O as a library while taking OOP structure and
        easy distribution (packaging) into account.
        
        Installation
        ============
        
        Pip can be used to install the library:
        
        ``pip install binvox``
        
        Understanding the binvox file-format
        ====================================
        
        Information regarding the format can be found here: `patrickmin.com/binvox <https://www.patrickmin.com/binvox/>`_
        
Keywords: Binvox
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
