Coder Social home page Coder Social logo

zhan6841 / trakodracopy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bostongfx/trakodracopy

1.0 0.0 0.0 2.27 MB

Python wrapper for Google's Draco mesh compression library

License: Apache License 2.0

Python 57.61% C++ 32.24% Dockerfile 3.14% Jupyter Notebook 7.01%

trakodracopy's Introduction

PyPI version Build Status

DracoPy

DracoPy is a Python wrapper for Google's Draco mesh compression library

Available as a PyPI package: pip install DracoPy

DracoPy requires Python >= 3.5, pip >= 10, and a C++ compiler that is fully compatible with C++11.

It supports Linux and OS X.

An example of usage is given in example.py.

** This version is modified from the original https://github.com/seung-lab/DracoPy **

Setup Toturial

This repo is forked from https://github.com/haehn/TrakoDracoPy and we use the master branch.

To setup the package by yourself (I did these steps to setup):

  • install skbuild by "pip install scikit-build".
  • setup draco
    • git clone draco repo
    • cd draco and modify the CMakeList.txt under the draco dir by adding "option(BUILD_SHARED_LIBS "" ON)" in line (maybe) 58
    • run "mkdir build && cd build && cmake ../ && sudo make install"
  • run "python setup.py build && python setup.py install"

trakodracopy's People

Contributors

haehn avatar manuel-castro avatar zhan6841 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.