GithubHelp home page GithubHelp logo

OpenIndy

OpenIndy is a metrology software solution that can be extended by plugins. The project started in 2013 as a student project in the Department of Geoinformatics and Surveying (HS Mainz).

IDE

OpenIndy is developed with the Qt framework (Qt libs + Qt Creator IDE). You can download the framework here.

Dependencies

build

Ubuntu

Tested with Ubuntu 18.04 (Qt 5.9.5), Ubuntu 20.04 (Qt 5.12.8)

install dependencies

sudo apt install git

sudo apt install build-essential

sudo apt install libgl1-mesa-dev
sudo apt install libglu1-mesa-dev

sudo apt install libblas-dev
sudo apt install liblapack-dev
sudo apt install libarmadillo-dev

install Qt shipped with Ubuntu

sudo apt install qt5-default
sudo apt install libqt5svg5-dev libqt5websockets5-dev
sudo apt install libqt5serialport5-dev
sudo apt install libqt5multimedia5 libqt5multimedia5-plugins qtmultimedia5-dev

sudo apt install qtcreator

clone and build OpenIndy

git clone --recurse-submodule https://github.com/OpenIndy/OpenIndy.git


cd OpenIndy
qmake openIndy.pro -r -spec linux-g++ CONFIG+=debug
make
make install

Call the above command line qmake openIndy.pro -r -spec linux-g++ CONFIG+=debug and make install three times to ensure that all submodules are copied to the OpenIndy/install directory.

clone and build OpenIndy-DefaultPlugin

git clone --recurse-submodule https://github.com/OpenIndy/OpenIndy-DefaultPlugin.git


cd OpenIndy-DefaultPlugin
qmake OpenIndy-DefaultPlugin.pro -r -spec linux-g++ CONFIG+=debug
make
make install

commandline: install & run

cd OpenIndy
cp -R res-rt/openIndy.sh install/debug/

# run
chmod +x ./install/debug/openIndy.sh
./install/debug/openIndy.sh

Windows & MinGW

Tested with Qt 5.5.1 / MinGW 4.9.2 & Qt Creator 5.12.2 mingw_730_64

install Qt

install required Qt / Qt Creator

clone and build OpenIndy

git clone  --recurse-submodule https://github.com/OpenIndy/OpenIndy.git


cd OpenIndy
qmake.exe OpenIndy.pro -r -spec win32-g++ "CONFIG+=debug"
mingw32-make.exe
mingw32-make.exe install

clone and build OpenIndy-DefaultPlugin

git clone --recurse-submodule https://github.com/OpenIndy/OpenIndy-DefaultPlugin.git


cd OpenIndy-DefaultPlugin
qmake.exe OpenIndy-DefaultPlugin.pro -r -spec win32-g++ "CONFIG+=debug"
mingw32-make.exe
mingw32-make.exe install

Qt Creator: build and run OpenIndy

Add ./lib/OpenIndy-Core/lib/OpenIndy-Math/lib/armadillo-3.910.0/examples/lib_win32 to Qt Creator PATH.

commandline: install & run

cd OpenIndy

xcopy res-rt\openIndy.bat install\debug\ /s /e

cd install\debug

rem run

rem set `QT_DIR` to your Qt install path
openIndy.bat

OpenIndy's Projects

oce icon oce

Open CASCADE Community Edition: patches/improvements/experiments contributed by users over the official Open CASCADE library.

openindy icon openindy

Open source software solution for industrial measurement (metrology, laser tracker, quality control)

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.