32 releases (12 breaking)

0.13.11 Jun 18, 2023
0.12.3 Jun 10, 2023
0.1.0 Mar 19, 2023

#11 in #render-graph

Download history 64/week @ 2024-02-22 8/week @ 2024-02-29 63/week @ 2024-03-28 31/week @ 2024-04-04

94 downloads per month
Used in bevy_boson

MIT license

205KB
5K SLoC

A Vulkan abstraction layer that makes graphics easy and enjoyable.

Design Philosophy

Simple yet efficient.

This library is meant to simplify Vulkan without sacrificing usability.

Built-ins

In addition, it is meant to contain common patterns and practices that level up the graphics programming experience (such as bindless resources).

Performant

It is also meant to be a thin layer above Vulkan, thus not sacrificing any performance.

Move fast, break things

This library is under constant development so that it can meet any requirements. Thus, backwards compatibility is not yet a concern.

Features

  • Simplified API surface: No more 1000 LOC to draw a triangle (takes about 300-500).
  • Shader hot reloading.
  • Bindless shader resource model.
  • Render graph implementation: featuring resource tracking and automatic synchronization.
  • Render graph optimization: There is still more work to do to make this as fast as possible.
  • Full Vulkan support: I want this library to allow you to do anything Vulkan offers, so if something is not present, submit an issue or PR.

Your first triangle (click the image!)

Watch the video

Todo / Ideas for improvement

Have an idea? Let me know through an issue or PR.

  • Create documentation.
  • Create examples.
  • Fix all warnings.
  • Add debug naming of resources for RenderDoc.
  • Conditional render graph tasks.
  • Built-in error handling. (no more having to use Vulkan Configuration / debug messaging)
  • Add all formats.
  • Add hardware raytracing support.
  • Remove pub(crate) items from the prelude.

Dependencies

~34MB
~761K SLoC