Coder Social home page Coder Social logo

zhangjiangzhao123 / printingpartitioning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from elikarasik/printingpartitioning

0.0 0.0 0.0 67.68 MB

Source code for "Object Partitioning for Support-Free 3D-Printing"

C++ 88.95% Python 4.10% HTML 2.62% CMake 0.89% GLSL 3.44%

printingpartitioning's Introduction

Object Partitioning for Support-Free 3D-Printing

This is the source code for the EuroGraphics 2019 paper "Object Partitioning for Support-Free 3D-Printing".

header image

Dependencies and Building

  • CGAL
  • Boost
  • Qt5
  • assimp

Use CMake to build

On OS X:

  • brew install cgal boost qt assimp
  • may need to set CMAKE_PREFIX_PATH=/usr/local/opt/qt/

On OpenSuse:

  • Install:
    • cgal-devel
    • libqt5-qtbase-common-devel, libQt5Gui-devel, libQt5OpenGL-devel, libQt5Widgets-devel, libqt5-qtsvg-devel, libQt5Concurrent-devel, libqt3d-devel
    • assimp-devel
    • boost-
  • In some cases, this may be required: ln -s /usr/lib64/libGLU.so.1 /usr/lib64/libGLU.so

Usage

Allowed options:

  • --angle arg (=135) critical overhang angle
  • --methods arg (=0.5,0.3,0.1,0.1) distribution of methods for search (4 values)
  • --bt-linear arg (=0.985) backtrack linear probability
  • --bt-exp arg (=0.76) backtrack exponential probability
  • --file arg file to process
  • -a [ --automatic ] don't open windows until result
  • --silent no debug prints
  • --time-limit arg (=50) runtime limit in minutes
  • --cut-limit arg (=5000) amount of cuts to try before stopping
  • --help print a help message

printingpartitioning's People

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.