AdeptVeritatis<p><span class="h-card" translate="no"><a href="https://mastodon.social/@rust_discussions" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>rust_discussions</span></a></span> </p><p>Nice article.</p><p>Missed <a href="https://social.tchncs.de/tags/egui" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>egui</span></a> / eframe in the list of game frameworks. It also comes with <a href="https://social.tchncs.de/tags/vulkano" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vulkano</span></a> and <a href="https://social.tchncs.de/tags/wgpu" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wgpu</span></a> bindings (3rd party).</p><p>I use egui + winit + vulkano in a video mixer / synthesizer app:<br><a href="https://gitlab.freedesktop.org/AdeptVeritatis/pw-videomix" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gitlab.freedesktop.org/AdeptVe</span><span class="invisible">ritatis/pw-videomix</span></a></p><p>And eframe + wgpu in a sign language dictionary app:<br><a href="https://gitlab.freedesktop.org/AdeptVeritatis/lisa" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gitlab.freedesktop.org/AdeptVe</span><span class="invisible">ritatis/lisa</span></a></p><p>Both have a surprisingly good performance for being that unoptimized (not even using buffer pools).</p>