This folder contains a sample app for Nodos using DirectX 12, with texture sharing & synchronization.
- Download latest Nodos release from nodos.dev
- Clone the repository to the desired directory
git clone https://github.com/mediaz/nos-dx-app-sample.git --recurse-submodules- Generate project files using CMake:
cmake -S . -B Project -DNOSMAN_WORKSPACE_DIR=<path to Nodos workspace>- Build the project:
cmake --build Project