All Projects → uic-evl → omegalib

uic-evl / omegalib

Licence: other
A hybrid visualization framework for desktops, large immersive displays and the web

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
CMake
9771 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to omegalib

Cosmoscout Vr
🌌 A virtual universe which lets you explore, analyze and present huge planetary datasets and large simulation data in real-time.
Stars: ✭ 240 (+224.32%)
Mutual labels:  virtual-reality, scientific-visualization
Covise
Collaborative Visualization and Simulation Environment, OpenCOVER and OddLOT
Stars: ✭ 101 (+36.49%)
Mutual labels:  virtual-reality, scientific-visualization
Unity Experiment Framework
UXF - Framework for creating human behaviour experiments in Unity
Stars: ✭ 81 (+9.46%)
Mutual labels:  research, virtual-reality
Ipyvolume
3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL
Stars: ✭ 1,696 (+2191.89%)
Mutual labels:  virtual-reality, scientific-visualization
Apertusvr
Virtual Reality Software Library
Stars: ✭ 112 (+51.35%)
Mutual labels:  research, virtual-reality
awesome-aws-research
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources for Academic Researchers new to AWS
Stars: ✭ 41 (-44.59%)
Mutual labels:  research
Messier87
A realtime raytracing blackhole renderer
Stars: ✭ 53 (-28.38%)
Mutual labels:  scientific-visualization
computer-vision-notebooks
👁️ An authorial set of fundamental Python recipes on Computer Vision and Digital Image Processing.
Stars: ✭ 89 (+20.27%)
Mutual labels:  scientific-visualization
tips-for-scientific-research
A collection of tips for scientific research
Stars: ✭ 21 (-71.62%)
Mutual labels:  research
thesis
MSc thesis on: Classifying brain activity using EEG and automated time tracking of computer use (using ActivityWatch)
Stars: ✭ 44 (-40.54%)
Mutual labels:  research
QuakeMigrate
A Python package for automatic earthquake detection and location using waveform migration and stacking.
Stars: ✭ 101 (+36.49%)
Mutual labels:  research
HadesVR
The "DIY" SteamVR compatible VR setup made for tinkerers.
Stars: ✭ 88 (+18.92%)
Mutual labels:  virtual-reality
gubbins
Rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences using Gubbins
Stars: ✭ 103 (+39.19%)
Mutual labels:  research
EstimNetDirected
Equilibrium Expectation for ERGM parameter estimation for large directed networks
Stars: ✭ 18 (-75.68%)
Mutual labels:  research
Paper-Notes
Paper notes in deep learning/machine learning and computer vision
Stars: ✭ 37 (-50%)
Mutual labels:  research
colibri-vr-unity-package
This is the Unity package for COLIBRI VR, the Core Open Lab on Image-Based Rendering Innovation for Virtual Reality.
Stars: ✭ 41 (-44.59%)
Mutual labels:  virtual-reality
workshops
Scholarly Communications Workshops
Stars: ✭ 13 (-82.43%)
Mutual labels:  scientific-visualization
hobo vr
SteamVR driver prototyping tool
Stars: ✭ 44 (-40.54%)
Mutual labels:  virtual-reality
boki
Boki: Stateful Serverless Computing with Shared Logs [SOSP '21]
Stars: ✭ 39 (-47.3%)
Mutual labels:  research
resonate
Building generative VR worlds
Stars: ✭ 64 (-13.51%)
Mutual labels:  virtual-reality

omegalib

Master Build Status Build status Release Build Status Build status

A hybrid visualization framework for desktops, large immersive displays and the web.

If you are in a rush:

Download a binary release...

Get the Omegalib Installer for Windows

Get the Omegalib Installer for OSX

... Or Use the quick build scripts

You will need the following installed:

  • Git
  • CMake (http://www.cmake.org/)
  • Python (the pre-installed 2.7 version on OSX and most linux distros works fine, on Windows omegalib comes with python bundled so you don't need this)
  • C++ Build tools for your platform (g++, clang/XCode, Visual Studio 2012/2013 depending on the OS). On windows, the free Visual Studio editions work fine.
  • (linux) The following packages
    • OpenGL development libraries (freeglut3, freeglut3-dev)
    • Python development libraries (python-dev)
    • Flex and bison (flex and bison)
    • To install all of them on Ubunto do sudo apt-get install freeglut3 freeglut3-dev python-dev flex bison xorg-dev libglu1-mesa-dev)

(Linux/OSX)

> mkdir omegalib
> cd omegalib
> (on LINUX) wget https://uic-evl.github.io/omegalib/omega
> (on OSX)   curl https://uic-evl.github.io/omegalib/omega -o omega
> chmod +x omega
> ./omega get master common-modules

(Windows): download https://uic-evl.github.io/omegalib/omega.bat in a new directory and from the command line run:

> omega get master common-modules

Additional Information:

For omegalib versions before 5.0 go to https://github.com/uic-evl/omegalib-history

Credit

If you need to reference Omegalib in your research work you can use the following citation:

Febretti, A.; Nishimoto, A.; Mateevitsi, V.; Renambot, L.; Johnson, A.; Leigh, J., "Omegalib: A multi-view application framework for hybrid reality display environments," Virtual Reality (VR), 2014 iEEE , vol., no., pp.9,14, March 29 2014-April 2 2014 doi: 10.1109/VR.2014.6802043

Google+

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].