museumsvictoria / spatial_audio_server

An audio backend for the multi-layered soundscape of Beyond Perception: Seeing the Unseen, a permanent exhibition at Scienceworks in Melbourne, Australia.
81 stars 14 forks source link

Increase GPU texture cache size for text #74

Closed mitchmindtree closed 6 years ago

mitchmindtree commented 6 years ago

Currently running into some issues where the GUI manages to exceed the size of the text cache in some occasions causing the characters to glitch out and behave strangely.

This fix will likely require conrod to expose a way of specifying the texture cache size. This will then need to be exposed in nannou's UI module also. Nannou should default to a generously large size that is unlikely to be hit.