Index | Archives | About me | Atom > Category: graphics ¦ Atom

2d graphics in Rust discussion - A look at GPU memory management

In this post I'll write about an piece of the low level details of an hypothetical rust 2d graphics crate built on top of gfx-hal. Gfx provides a vulkan-like interface implemented on top of vulkan, d3d12, metal or flavors of OpenGL. just like the previous post this is in the …


Following up on the 2d graphics in Rust discussion

Raph Levien recently published A crate I want: 2d graphics on his blog, which started some interesting discussions on reddit. At the same time there is a nascent discussion on the draw2d repository (which doesn't have any code at this point) about a potential 2d graphics crate.

These discussions contain …

© Nicolas Silva.