Skip to content

tadgem/lvk

Repository files navigation

lvk

Vulkan Abstraction Layer

Features

  • Much higher level API than raw vulkan calls, making experimenting with vulkan more pleasant
  • Automated descriptor set creation
  • Material system that allows generation of buffers or assigning existing buffers to descriptor slots per instanced draw / compute invocation
  • Backend API to allow multiple windowing systems (currently an SDL impl)
  • Custom allocator support (Used internally, optional in dependencies)
  • Runtime shader compilation (Optional, through shaderc submodule)
  • Dynamic rendering support

To get started, run the following command in the root dir of this repo:

- git submod update --init --recursive
- mkdir build & cd build
- cmake ..

About

Vulkan abstraction layer to make graphics programming fun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages