-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Ipotrick edited this page Mar 26, 2023
·
11 revisions
Check out the Building Page 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: https://github.com/Ipotrick/Daxa/wiki/Tutorial.
Daxa utalizes a "bindless" shader resource model. To learn more about how this is integrated into the shaders take a look at the shader integration wiki page: https://github.com/Ipotrick/Daxa/wiki/Shader-Integration.
To learn more about the implementation details of daxa's bindless approach with vulkan you can see this page: https://github.com/Ipotrick/Daxa/wiki/Implementation-details-on-bindless.