All Projects → WilstonOreo → Omnidome

WilstonOreo / Omnidome

Licence: agpl-3.0
Dome Mapping Projection Software

Projects that are alternatives of or similar to Omnidome

Bull
BULL - Bean Utils Light Library
Stars: ✭ 150 (-18.48%)
Mutual labels:  mapping
Jmapper Core
Elegance, high performance and robustness all in one java bean mapper
Stars: ✭ 159 (-13.59%)
Mutual labels:  mapping
Pine
Dynamic java method hook framework on ART.
Stars: ✭ 171 (-7.07%)
Mutual labels:  art
Openrailwaymap
An OpenStreetMap-based project for creating a map of the world's railway infrastructure.
Stars: ✭ 150 (-18.48%)
Mutual labels:  mapping
Controllerextrabundle
Controller extra Bundle for Symfony2
Stars: ✭ 157 (-14.67%)
Mutual labels:  mapping
Svgsort
svg path sorter for more efficient (pen)plotting.
Stars: ✭ 162 (-11.96%)
Mutual labels:  art
Streetcomplete
Easy to use OpenStreetMap editor for Android
Stars: ✭ 2,456 (+1234.78%)
Mutual labels:  mapping
Light dark toggle
An awesome flutter app which artistically animates light and dark mode 😍
Stars: ✭ 175 (-4.89%)
Mutual labels:  art
Atlas2
A new mapping tool, this time by LEF
Stars: ✭ 158 (-14.13%)
Mutual labels:  mapping
Gerbolyze
Render high-resolution bitmap images to PCB gerber files
Stars: ✭ 169 (-8.15%)
Mutual labels:  art
Mypaint
MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets.
Stars: ✭ 2,072 (+1026.09%)
Mutual labels:  art
Pythonrobotics
Python sample codes for robotics algorithms.
Stars: ✭ 13,934 (+7472.83%)
Mutual labels:  mapping
Storedprocedureefcore
Entity Framework Core extension to execute stored procedures
Stars: ✭ 164 (-10.87%)
Mutual labels:  mapping
Dotnetcore
.NET 5 Nuget Packages.
Stars: ✭ 146 (-20.65%)
Mutual labels:  mapping
Google Maps
Google Maps Web Services API wrapper for .NET
Stars: ✭ 171 (-7.07%)
Mutual labels:  mapping
Lowpolify
Create low-poly art from any image 🌟🌟
Stars: ✭ 149 (-19.02%)
Mutual labels:  art
Blossom
A lovely interactive music generator
Stars: ✭ 162 (-11.96%)
Mutual labels:  art
Fiesta
Fast Incremental Euclidean Distance Fields for Online Motion Planning of Aerial Robots
Stars: ✭ 182 (-1.09%)
Mutual labels:  mapping
Shaden
🎧 A modular audio synthesizer.
Stars: ✭ 175 (-4.89%)
Mutual labels:  art
Azuremapscodesamples
A set of code samples for the Azure Maps web control.
Stars: ✭ 167 (-9.24%)
Mutual labels:  mapping

Omnidome

Fulldome Projection Calibration Software Framework

How to build Omnidome

Omnidome uses the Qt Framework (minimum Version 5.9) and C++11 standard library and language standard. Its has currently been successfully build on MacOSX (Mavericks and Yosemite).

For both MacOSX and Ubuntu, install Qt 5.9 via online installer from the website http://www.qt.io. Qt is supposed to be installed in the home folder. You can compile Qt with Qt Creator and selecting CMakeLists.txt as project.

For a MacOSX build, you will need the XCode developer tools. Please install XCode Developer Tools with "xcode-select --install". You also need homebrew (http://brew.sh) to install cmake, with

$ brew install cmake

On Ubuntu, install latest cmake with:

$ sudo purge cmake ; sudo snap install cmake --classic

With cmake it is also possible to specify a manual path for Qt via commandline. When running cmake with arguments:

$ mkdir ../omnidome_build ; cd ../omnidome_build $ CMAKE_PREFIX_PATH=/path/to/Qt/5.9.8/clang_64/lib/cmake cmake ../omnidome

Compile omnidome with

$ make

Start compiling and make the dmg file with:

$ make bundle

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].