Groups | Search | Server Info | Login | Register


Groups > comp.os.misc > #595

New renderers for GTK

From "OSnews" <osnews@bbs.alt119.net>
Newsgroups comp.os.misc
Subject New renderers for GTK
Date 2024-01-30 00:02 -0300
Organization ALT119
Message-ID <7c16666a6ac4d41d3261dd6d1011d8be@bbs.alt119.net> (permalink)

Show all headers | View raw



Recently, GTK gained not one, but two new renderers: one for GL and one for Vulkan.

Since naming is hard, we reused existing names and called them "ngl" and "vulkan". They are built from the same sources, therefore we also call them "unified" renderers.

[...]

As mentioned already, the two renderers are built from the same source. It is modeled to follow Vulkan apis, with some abstractions to cover the differences between Vulkan and GL (more specifically, GL 3.3+ and GLES 3.0+). This lets us share much of the infrastructure for walking the scene graph, maintaining transforms and other state, caching textures and glyphs, and will make it easier to keep both renderers up-to-date and on-par.
↫ GTK Development Blog

This is well above my paygrade, but I';m sure it';s still of interest to y';all.

https://www.osnews.com/story/138472/new-renderers-for-gtk/

Back to comp.os.misc | Previous | Next | Find similar


Thread

New renderers for GTK "OSnews" <osnews@bbs.alt119.net> - 2024-01-30 00:02 -0300

csiph-web