Git Product home page Git Product logo

morphodig's Introduction

MorphoDig

3D surface editor, designed for palaeontologists, palaeo-anthropologists and biologists

Visit the official web page at http://morphomuseum.com/morphodig

Build/Install MorphoDig on Linux (Ubuntu)

Unfortunately, MorphoDig cannot be compiled using the VTK packages in the repositories but we have to compile them ourselves

  1. Install the necessary build tools sudo apt install build-essential qtbase5-dev cmake-curses-gui
  2. Install the current VTK version (9.0)
wget https://www.vtk.org/files/release/9.0.1/VTK-9.0.1.tar.gz
tar -xzfv VTK-9.0.1.tar.gz`
mkdir vtk9.0-build
cd vtk9.0-build
cmake ../VTK-9.0.0 -DVTK_Group_Imaging=ON -DVTK_Group_Qt=ON -DVTK_Group_Rendering=ON -DVTK_Group_StandAlone=ON -DVTK_Group_Views=ON
make 
sudo make install
  1. Install MorphoDig
mkdir build
cd build
cmake ../MorphoDig
make
  1. Run MorphoDig (from the build directory)
./MorphoDig/MorphoDig

Install morphodig binaries for Windows

Windows binaries are downloadable at the following address : http://morphomuseum.com/morphodig

Build morphodig on Windows

  1. install visual studio 2017 express for desktop.
  2. install Qt 5
  3. download and install CMAKE (>=3.19.x) (http://cmake.org).
  4. download and build VTK (>=9.0) (http://vtk.org) using CMAKE with the following options:
  • VTK_Group_Qt : v
  • VTK_USE_LARGE_DATA : v
  • Module vtlGuiSupportQt: v
  • Module vtkGUISupportQtOpenGL : v
  • Module vtkGUISupportQtOpenGL : v
  • Module vtkRenderingContextOpenGL2 : YES
  • Module vtkRenderingOpenGL2 : YES
  • Module vtkRenderingVolumeOpenGL2 : YES

Then add to environment variables:

  • QTDIR {PATH TO QT}\5.X\msvc201_64 Append environment PATH :
  • {PATH TO QT}\5.X\msvc2017_64\bin
  • {PATH TO VTK_BIN}\bin\Release (needed to access the .dll!)
  • {PATH TO VTK_BIN} (needed for CMAKE to find which version of VTK is present on the computer)
  • {PATH TO QT}\5.X\msvc2017_64\bin

Load CMAKE after Path has been modified. Then add the directory where your .dll files have been created in your path.

  1. get MorphoDig and build it (http://github.com/morphomuseum/MorphoDig).

Build morphodig on OS X

MorphoDig has not been compiled yet on Mac Os. Theoretically, MorphoDig should run on Mac without problem (very minor corrections may have to be applied though). Help would be appreciated to compile and distribute MorphoDig on Mac!

morphodig's People

Contributors

renaud-lebrun avatar leobd avatar zarquon42b avatar

Watchers

James Cloos avatar  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.