omegalib
omegalib copied to clipboard
A hybrid visualization framework for desktops, large immersive displays and the web
See https://groups.google.com/d/msg/omegalib/-Iv0Q-gBlkU/WDGBpbAeQYsJ
Png envoding for ImageBroadcastModule seems broken. Probably a pixel format issue.
See this google groups post: https://groups.google.com/forum/#!topic/omegalib/sAsdo34Geec
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
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...
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/
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:...
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...
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...