wanting to try a GUI toolkit: needing some advice on which one to choose

evilrat evilrat666 at gmail.com
Wed Jun 2 17:31:59 UTC 2021


On Wednesday, 2 June 2021 at 05:43:49 UTC, evilrat wrote:
>
> Yep, use Skia/Cairo or something like this, don't build your 
> own full blown 2D engine for every possible graphics API.
>
> I would like to tune my C++ bindings generator to be able to 
> handle Skia ASAP, but can't tell when it will be possible.

It happens that Skia now has C API.
I've generated C bindings and made my own BindBC package from it.

https://github.com/Superbelko/bindbc-skia


More information about the Digitalmars-d-learn mailing list