OvermindDL1
OvermindDL1
> So we'd need imgui to separate the text output from the non-text, which would break cases where we rely on overlapping shapes. Will requires a fair bit of work/fixing....
@richardlalancette Signed Distance Fields is a technique, there's nothing platform specific about it. As long as you have something shader-like for texture handling then you can perform the technique.
> Still not cross platform. How so? > We deal with devices that do not have sharers! Or even GPU! Then that's extremely trivial to perform. Running shader-like code on...