ramses icon indicating copy to clipboard operation
ramses copied to clipboard

A distributed system for rendering 3D content with focus on bandwidth and resource efficiency

Results 9 ramses issues
Sort by recently updated
recently updated
newest added

ramses doesn't compile under Ubuntu 22.04, because of a new little bug in the external library Abseil with the new glibc version, which has been fixed by Abseil team already.  ...

I'm working on stuff like an embeddable ramses renderer, ramses Spout sender, etc. . I do not want to make any changes to this project to make maintenance easier. I...

enhancement

**Ramses Version:** 27.0.115 For file paths, we are using UTF-8-based strings to support non-ASCII data such as Umlauts or Chinese letters. ```Scene::saveToFile()``` accepts a ```const char* fileName``` and essentially passes...

enhancement

Maybe change the signature to` Bool Window_WindowsX::init(bool visible, bool closeable) `and add ``` if (!closeable) { m_windowClass.style |= CS_NOCLOSE; } ``` and ` setVisibility(visible);`

enhancement

The current setup makes it difficult to extend ramses in a purely additive way. I cannot easily add my custom platform into the existing build chain through extension of this...

enhancement

Usecase: In Ramses Composer while building an offscreen render target and working with it, it can easily happen that one of the offscreen render buffers becomes invalid (e. g. its...

enhancement

It helps for a newcomer to RAMSES to see its purpose and imagine how it works to have a few images of different deployments of RAMSES : - all in...

documentation

Resizing of the renderer window (from within the OS window system) is currently not handled by the renderer. It should: - capture and propagate a renderer event to the user...

good first issue

ramses won't compile under Ubuntu 22.04 with its default GNU g++11 compiler due to the missing `` direct includes in the following files: 1. framework/PlatformAbstraction/include/PlatformAbstraction/Hash.h 2. client/ramses-client/ramses-text-api/include/ramses-text-api/TextLine.h 3. client/ramses-client/ramses-text-api/include/ramses-text-api/FontInstanceOffsets.h Also,...