Skip to content

kai-patel/boson

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boson

A vulkan abstraction layer that makes graphics easy and enjoyable.

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 wan't this library to allow you to do anything vulkan offers, so if something is not present, submit an issue or PR.

Todo / Ideas for improvement

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

  • Move away from nightly requirement (it is not nessesary).
  • Create examples.
  • Built-in error handling (no more having to use Vulkan Configuration / debug messaging)
  • Add all formats.
  • Add hardware raytracing support.
  • Better glslang integration. (stop using vulkan SDK through shell process and instead integrate through bindings)
  • Custom compiler traits and more shader language support (HLSL)?

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%