Juju Adams

Results 174 issues of Juju Adams

Test case is `obj_test_umaluts` but basically all non-English languages are affected.

bug :sweat_smile:

e.g. `scribble("[fa_left]").draw(x,y)` would give ``` ```

feature :thought_balloon:

Not sure whether this should be in world space or object space.

feature :thought_balloon:

At the moment, Scribble uses separate vertex buffers and shader set/resets. A baking function would allow a whole group of text elements to be combined together for, hopefully, faster rendering.

feature :thought_balloon:

Rendering simple strings requires Scribble to push a lot of information to the shader and also increases the size of the vertex format. For certain use cases (typically static UI...

feature :thought_balloon:

feature :thought_balloon: