Giter VIP home page Giter VIP logo

admeshgui's Introduction

ADMeshGUI

STL viewer and manipulation tool.

Manipulation and repair algorithms come from ADMesh library and stlsplit library is used for splitting. ADMeshGUI is licensed under the GNU Affero General Public License, version 3. Whole text of the license comes in LICENSE file which is included in this package.

Building

In order to run ADMeshGUI, ADMesh library, stlsplit library, Qt 5.4 (or higher) with qmake, OpenGL and g++ are necessary.

On Linux, unzip downloaded package, navigate to target directory and type following into terminal:

qmake # or qmake-qt5 on some distros
make
sudo make install

On Mac OS X use homebrew. You can install ADMeshGUI directly from our homebrew tap by typing following into terminal:

brew tap admesh/admesh
brew install admeshgui --HEAD
brew linkapps admeshgui

or if you prefer to build it manually, type following into terminal (installs all required dependencies):

brew tap admesh/admesh
brew install gettext qt5 admesh stlsplit
/usr/local/opt/qt5/bin/qmake 
make	

On Windows download admeshgui-win.zip containing precompiled application.

If you intend to build ADMeshGUI on Windows by yourself, the process is not that straightforward though. You must make sure Qt5 and all other dependendencies (admesh, stlsplit, gettext) are properly installed and paths set, so it is possible to link them. Then run qmake and make in terminal.

It is also possible to build ADMeshGUI in Qt Creator which comes with Qt package.

Running ADMeshGUI from command line tool

admeshgui file_1.stl file_2.stl file_3.stl ... file_n.stl

Files given as parameters will be opened in ADMeshGUI.

Features

  • View STL files
    • Highlighted flaws
    • 3 modes: solid, solid with highlighted edges and wireframe
    • Selection of files. It is possible to have more files open and process only some.
    • User defined colors
  • Scale by x, y and z axes
  • Mirror along xz, xy and yz planes
  • Rotate along x, y and z axes
  • Translate in x, y and z directions
  • Merge files
  • Split files
  • Repair files
    • Fill holes
    • Repair facets orientation
    • Repair normals
    • Remove degenerate facets
    • Repair facets by connecting nearby facets that are within a given tolerance
  • Save as binary or ASCII STL
  • Export to .OBJ, .OFF, .VRML, .DXF file formats

ADMeshGUI was succesfully run on following systems: Ubuntu 14.04 LTS, Fedora 21, Mac OS X 10.9 Mavericks, Mac OS X 10.10 Yosemite, Windows 7 64-bit

admeshgui's People

Contributors

vyvledav avatar hroncok avatar

Watchers

Miguel Ángel Casanova avatar James Cloos 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.