Skip to content

Development environment

Setting Up Your Development Environment

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


Download the Starting Point

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

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


Notes on Daxa

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

Directory Structure

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