omegalib icon indicating copy to clipboard operation
omegalib copied to clipboard

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

Results 19 omegalib issues
Sort by recently updated
recently updated
newest added

When referencing a StaticObject's textures, ImageUtils::loadImage appends the path twice: ``` !!! ImageUtils::loadImage: could not load D:/Dropbox/Classes/GRAD/UIC/Fall2016/OmegaLibWarmup/OmegaLibWarmup/MODELS\D:\Dropbox\Classes\GRAD\UIC\Fall2016\OmegaLibWarmup\OmegaLibWarmup\MODELS\MINI+cooper+ani\material_15.jpg: file not found. Error reading file D:/Dropbox/Classes/GRAD/UIC/Fall2016/OmegaLibWarmup/OmegaLibWarmup/MODELS\D:\Dropbox\Classes\GRAD\UIC\Fall2016\OmegaLibWarmup\OmegaLibWarmup\MODELS\MINI+cooper+ani\material_15.jpg: file not found ``` StaticObject /...

Example code from [addSelectionListener()](https://github.com/uic-evl/omegalib/wiki/Callbacks#addselectionlistenernode-cmd) and [addVisibilityListener()](https://github.com/uic-evl/omegalib/wiki/Callbacks#addvisibilitylistenernode-cmd) segfaults. Looks like it's because of code in `src/omega/omegaPythonApi.cpp`: `SceneNode* node = (SceneNode*)PyCapsule_GetPointer(pyNode, "node");` This evaluates to NULL regardless of pyNode type. This then...

priority:HIGH
type:BUG

first widget is in bottom, and last widget is in front, so handle event need to trans events from last widget to first widget.

- document basics on module installation (omega add) - module cmakelists commands - module pack file save cur page as _v6-Omegalib-modules

priority:LOW
type:DOCUMENTATION

### When trying to build with this command: omega get master cyclops, I encountered these errors: [ 2%] Built target omicron [ 55%] Built target FreeImage [ 60%] Built target...

Many Linux distros (eg CentOS 7.x) still ship with an old cmake 2.8 as default and the latest CMakeModules.txt updates use cmake 3.x functions, which cause strange errors to be...

priority:MEDIUM
type:IMPROVEMENT

We use displays which expect separate LEFT and RIGHT video signals, which are rendered on separate graphics cards. Ideally, it would be nice to add a tag to the tile...

priority:MEDIUM
type:NEW-FEATURE

The 'OAV' module assumes that the system include path already contains the 'libavcodec/avcodec.h' and related headers, and offers no CMAKE build option to override the FFMPEG_INCLUDE path. Attempting to set...

priority:MEDIUM
type:BUG

When invoked from the command line with a specific config, like so: ./orun -c ../../system/test-multinode.cfg The launch commands that get generated assume that the default.cfg is going to be used,...

priority:HIGH
type:BUG