Skip to content
Ipotrick edited this page Mar 26, 2023 · 11 revisions

Welcome to the Daxa wiki!

Check out the Building for a rundown of how to install all the dependencies necessary to build Daxa, as well as building and running Daxa and its samples!

For anyone intrested in using daxa there is a tutorial page showcasing the creation of a basic app with a step by step explanation: Tutorial.

Daxa utalizes a "bindless" shader resource model. It also utalizes and allowes for host and device shared code via shared files. To learn more about how this is integrated into the shaders take a look at the shader integration wiki page: Shader Integration.

To learn more about the implementation details of daxa's bindless approach with vulkan you can see this page: Implementation details on bindless.

Clone this wiki locally