DISTRHO / DPF

DISTRHO Plugin Framework
ISC License
672 stars 97 forks source link

Update nanovg libs #228

Open jpcima opened 4 years ago

jpcima commented 4 years ago

Hello, there is some trouble with current libs and it would nice to have an update.

also it would be extra nice the nanovg update to go along. It introduces some new graphics API. (one being nvgRoundedRectVarying, interesting addition for UI elements)

falkTX commented 4 years ago

I thought nanovg was in sorta limbo/maintenance mode? Did someone else take over?

pdesaulniers commented 4 years ago

AFAIK, it's still in "not actively maintained" mode.

With that said, DPF uses a 5 years-old version of nanovg, so we're missing a couple of features / fixes.

jpcima commented 4 years ago

Also, and about the main point of the request. The side libs of nanovg, stb ones and fontstash have their own upstream with more updated versions.

By updating these, and not necessarily nanovg, it's the only way to make it accept the OTF fonts.

falkTX commented 3 years ago

NanoVG update coming in #338 making it in sync with what is the latest change from upstream, plus the little DPF changes and added in the VCV stuff as well.

fontstash remains un-updated