Development environment
Setting Up Your Development Environment
Section titled “Setting Up Your Development Environment”Follow these steps to set up your development environment for Daxa projects.
Download the Starting Point
Section titled “Download the Starting Point”Download the Daxa app template using one of the following options:
- Direct Download: Click here to download the template as a ZIP file.
- GitHub Repository: Visit the Daxa App Template GitHub Repository to explore the project.
Once downloaded, extract the ZIP file and open the project in VS Code.
Notes on Daxa
Section titled “Notes on Daxa”Daxa leverages CMake for project configuration. Dependencies - including Daxa itself - are fetched and built using CMake’s FetchContent module, declared in cmake/deps.cmake. There’s no separate package manager to install or configure; a working CMake + Ninja/MSVC/Clang setup and the Vulkan SDK are all you need.
Directory Structure
Section titled “Directory Structure”- CMakePresets.json
- CMakeLists.txt
- .gitignore
Directorysrc
- main.cpp
Directorycmake
- deps.cmake