Skip to content

nodos-dev/dx-app-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample DirectX Process for Nodos

This folder contains a sample app for Nodos using DirectX 12, with texture sharing & synchronization.

Build Instructions

  1. Download latest Nodos release from nodos.dev
  2. Clone the repository to the desired directory
git clone https://github.com/mediaz/nos-dx-app-sample.git --recurse-submodules
  1. Generate project files using CMake:
cmake -S . -B Project -DNOSMAN_WORKSPACE_DIR=<path to Nodos workspace>
  1. Build the project:
cmake --build Project