by mdp2021 on 6/1/2025, 9:34:16 PM
by poisonborz on 6/1/2025, 9:50:20 PM
This is a rather bad intro to a great topic, the comments point out a trove of errors and false parallels in the video.
by shove on 6/1/2025, 11:20:41 PM
All the videos I’ve encountered from this channel have a disconcerting combination of incredible production value, and highly questionable attention to detail with respect to the information that’s being disseminated
by forrestthewoods on 6/1/2025, 11:05:02 PM
Vulkan is probably better than OpenGL. But don’t confuse that with Vulkan being good. It’s not. Vulkan is bloody terrible. Khronos design by committee is incapable of designing an API that doesn’t suck. It’s a shame we have such few choices.
by neilv on 6/1/2025, 10:45:42 PM
Recent Blender versions have OpenGL version dependencies and VRAM requirements that aren't supported on a lot of older or lower-end PCs.
For fans of, say, older laptops that have "mechanical" keyboards, or people who only have access to less-powerful hardware, I wonder whether Vulkan will re-enable support for the latest Blender.
(Though the VRAM might still be a problem. As will local rendering of expensive animations.)
by mdre on 6/1/2025, 11:08:03 PM
What’s really groundbreaking is the amount of ignorance displayed in this video. Also, I’m curious how long will it take for blender to reach performance parity with OpenGL. Houdini has been taking a few years now and VK is still 2x slower then opengl apparently.
by an_aparallel on 6/1/2025, 10:29:44 PM
I hate seeing how awesome Blender...free software is..in comparison to roughly $5k a seat program like Revit who's graphics rendering looks like it comes from a 90s shareware floppy disk.
by kvark on 6/1/2025, 10:55:50 PM
Shipping Vulkan in production on Linux is a challenge. Chrome was dealing with it for a while. Recently, with Zed ported to Vulkan, we saw the variety of half-broken platforms and user configurations.
I'd recommend Blended to not close the door on OpenGL and instead keeping it as a compatibility fallback.
by senectus1 on 6/2/2025, 1:54:16 AM
I just tested a cold start of blender 4.4.3 on my system (10th gen i7, 32gb ram, 4070 ti S 16gb, Fedora Linux) it was about 8 seconds, and that was through steam... Warm start was about 3 seconds.
Abridgement - made by this poster, not automated - over the transcript:
> This year, Blender is transitioning to Vulkan, which marks one of the biggest performance boosts in its history: weʼre talking about a leap from a cold start time of a minute 52 to opening Blender in 6 seconds. // Vulkan ... simply put, itʼs the industry standard API. [...] Blenderʼs current API is OpenGL, which has some major flaws. OpenGL ... really struggles using multi-core CPUs. // OpenGL ... automatically sets up most low-level features like memory management, synchronization, and hardware interactions. ... But high-level APIs come with a huge trade-off: theyʼre slow. // Writing code that performs better in Vulkan is a difficult task ... OpenGL is like infinitely easier than Vulkan. Vulkan ... is a low-level API. [...] Vulkan can perform up to 18 times better on certain tasks. [...] For tasks that heavily rely on the UI, we will see a much more performant system. [...] Essentially, interactions between the user and the program will be much faster, but the underlying automatic system will not see a direct speed increase from Vulkan. ... While I would love for my final render to be faster, I would much prefer to have a performant viewport thatʼs more stable and faster, which is what weʼll have with Vulkan. But this is not the only thing it brings to the table. Many corporate sponsors have granted money to Blender primarily for a Vulkan integration. AMD is donating $120,000 per year to help fund Blenderʼs transition to Vulkan.