Marco Rubin
Marco Rubin
Thanks, it's great to see that! However I was talking about Wayland clients, I saw in this Reddit thread https://www.reddit.com/r/vulkan/comments/gs8wy7/vulkan_and_egl/fsk0d8d that it seems to be possible to draw with Vulkan...
> I've made some test on wayland today, and there is no problem, and it's quiet faster than under X. True, I ran some tests too. Now I'm studying what...
> Maybe I should include it to vkh and add a build option. What about integrating it to vkh and adding a build option to include the GLFW-dependent code?
What about it now?
Here https://github.com/Rubo3/pangovkvg I am working on this port, in the README I added some notes on what (I think) is missing. Currently I ported some enums and some structs (I...
We can use this issue to coordinate on the development of this integration.
I see many functions require [`cairo_font_type_t`](https://github.com/freedesktop/cairo/blob/a04786b9330109ce54bf7f65c7068281419cec6a/src/cairo.h#L1579), which can be one of `CAIRO_FONT_TYPE_TOY`, `CAIRO_FONT_TYPE_FT`, `CAIRO_FONT_TYPE_WIN32`, `CAIRO_FONT_TYPE_QUARTZ`, `CAIRO_FONT_TYPE_USER`. What shall we implement? Also, Cairo has FreeType-specific headers and source files, should we...
> I want to keep things simple I like to keep things simple, so maybe we could afford an API change. Actually, on the [public PangoCairo API](https://gitlab.gnome.org/GNOME/pango/-/blob/main/pango/pangocairo.h), there are just...
Since there are _a lot_ of things to implement, I thought it would be a good exercise to port the functions used by a program I am studying ([weston-editor](https://gitlab.freedesktop.org/wayland/weston/-/blob/main/clients/editor.c)): [`pango_cairo_create_layout`](https://gitlab.gnome.org/GNOME/pango/-/blob/main/pango/pangocairo-context.c#L480),...
> There, I made a conversion antialias->samplecount > see https://github.com/jpbruyere/CrowEdit Great, thanks! > but for harfbuzz, what overhead will it have... I'm sorry I'm not aware of this, what overhead...