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

See https://groups.google.com/d/msg/omegalib/-Iv0Q-gBlkU/WDGBpbAeQYsJ

priority:MEDIUM
type:BUG

Png envoding for ImageBroadcastModule seems broken. Probably a pixel format issue.

priority:LOW
type:BUG

See this google groups post: https://groups.google.com/forum/#!topic/omegalib/sAsdo34Geec

priority:MEDIUM
type:IMPROVEMENT

euclid Quaternion class is missing a method to generate orientation turning vector A to vector B. Expose Math::buildRotation to python to support this functionality

priority:LOW
type:IMPROVEMENT

Currently, MissionControlClient is implemented as an engine module, which is formally incorrect since they should only exist on the master node. MissionControlClient makes no use of engine module functionality and...

priority:LOW
type:IMPROVEMENT

Add command line flag to hide the console window if applications do not need it. Windows implementation: http://www.governmentsecurity.org/forum/topic/26476-c-how-to-hide-console-window/

priority:LOW
type:IMPROVEMENT

Make it possible to use the module config section name as the config class, if a `class` config value is not present in the section. So i.e. this: ``` modules:...

priority:LOW
type:IMPROVEMENT

Implement - `IPointerFactory`: has a `createPointer`/`destroyPointer` method. Add this to Pointer.h - `ImagePointerFactory/ImagePointer/ImagePointerRenderable` add to omegalib, basic pointer factory for creating image-based pointers. - Add `Engine.setPointerFactory` method. If set to...

priority:LOW
type:NEW-FEATURE

When an interpreter or other error happens in a cluster config, it is quite difficult to spot because the console just shows messages coming from the head node. Add a...

priority:LOW
type:NEW-FEATURE