-
Let's discuss cairo.
Its been proposed cairo not be an interface of pugl, but instead a separate project or easy recipe provide devs with that interface.
Does using cairo on top of the openGL li…
ssj71 updated
5 years ago
-
When trying to run this code (which is just one of the demos from the tutorial) from within SLIME in Emacs, the program aborts with a DIVISION-BY-ZERO signal.
``` common-lisp
(eval-when (:compile-top…
plops updated
2 years ago
-
The rendering of analog signals is less than optimal. Compare the old.img which is the current gtkwave rendering vs new.img which is my experimental branch.
There are mainly two issues:
1. The …
-
The poppler-splash backend seems to have problems rendering thin lines in PDFs.
See http://download.vistair.com/pdf2htmlEX/thinlines.pdf for an example PDF.
The output from pdftoppm -png is shown in …
-
Is it possible to convert the following files into a pdf? They were created with https://blenderbim.org/
I couldn't get linked pngs to work, and text doesn't show up.
svg: https://github.com/Koz…
-
Wayland is a protocol - https://en.wikipedia.org/wiki/Wayland_(display_server_protocol)
Protocol can be implemented in pure C#, or as bindings for libwayland-client
http://www.jlekstrand.net/jason/p…
-
I remember having some idea about getting rid of `GDK_SCALE` and instead just scale the block images maybe using SVG etc.
I can see if i can brush off my inkscape skills and draw some scaleable blo…
wader updated
3 years ago
-
I think GLSL can be used with Cairo. This would be the easiest way to implement the graphical effects.
-
Hi, Any plan for GPU support like DirectX11? or even better a backend that allow us to add our graphic api like ImGui
Thanks
-
For some use cases it is required to provide the visual bounds of the SVG content so that a big-enough image buffer can get created before rendering the SVG content.
Skia, CG and Cairo Graphics do …