Skip to content

Development environment

Follow these steps to set up your development environment for Daxa projects.


Download the Daxa app template using one of the following options:

Once downloaded, extract the ZIP file and open the project in VS Code.


Daxa leverages CMake for project configuration and Vcpkg for dependency management. Familiarity with these tools will help you navigate and customize your setup effectively.

  • vcpkg.json
  • CMakePresets.json
  • CMakeLists.txt
  • .gitignore
  • Directorysrc
    • main.cpp
  • Directorycmake
    • deps.cmake