Rust Developers Clash Over GPU Rendering: Vulcano-rs vs. Immediate Mode GUI Tactics

Post date: December 31, 2025 · Discovered: April 17, 2026 · 3 posts, 25 comments

Developing a drawing program mandates starting with an impossibly narrow scope, prioritizing file serialization over fancy features like advanced color handling.

The technical fight centers on rendering: some insist on direct, low-level GPU calls using libraries like vulcano-rs or wgpu, while others suggest falling back to simpler CPU rendering via crates like `pixels` or using immediate mode GUIs like `egui` for a quick start. Arguments range from studying PostScript fundamentals using homogenous coordinates (solrize) to suggesting minimal development focuses only on monochrome dots and file I/O (VaxHacker). Furthermore, some users suggested targeting standalone GPU-leveraging paths directly (ChocolateFrostedSugarBombs).

The core technical consensus mandates minimizing the initial scope to monochrome structure before touching complex features. The major fault line remains the rendering choice: low-level GPU pipelines versus higher-level frameworks.

Key Points

SUPPORT

Initial scope must be aggressively minimal.

The consensus strongly advises starting with basic functionality, such as black and white drawing and focusing on file serialization first.

MIXED

Low-level GPU rendering via explicit APIs is a major focus.

Discussions point to `vulcano-rs` or `wgpu` for GPU work, while `pixels` handles CPU-based rendering, showing a clear architectural split.

SUPPORT

Using `egui` is a tactical suggestion for quick GUI iteration.

fluxx recommended `egui` specifically to bypass the immediate complexity of full game engines for initial comfort.

SUPPORT

Transformational understanding requires PostScript study.

solrize argued that grasping PostScript fundamentals and homogenous coordinates is key to understanding drawing transformations.

SUPPORT

Specific advice is needed when asking general questions.

IMALlama warned that developers must ask hyper-specific questions (e.g., 'how do I write a Rust application with a GUI if Rust doesn't provide out of the box GUI functionality?') to get useful library callouts.

Source Discussions (3)

This report was synthesized from the following Lemmy discussions, ranked by community score.

22
points
Where to start if I wanted to try making my own drawing program?
[email protected]·20 comments·12/31/2025·by ChocolateFrostedSugarBombs
20
points
Draw.io alternatives
[email protected]·5 comments·10/26/2024·by possiblylinux127
4
points
draw.io no longer free software since August 27, 2024
[email protected]·2 comments·10/19/2024·by schnurrito·github.com