Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 746 Bytes

File metadata and controls

24 lines (17 loc) · 746 Bytes

Visual Node System Example

build

This repository provides an example of a simple application that integrates the Visual Node System.

Building the Project for Visual Studio (Windows)

# Initialize a new Git repository
git init

# Add the remote repository
git remote add origin https://github.com/Azzinoth/VisualNodeSystem-Example

# Pull the contents of the remote repository
git pull origin master

# Initialize and update submodules
git submodule update --init --recursive

# Generate the build files using CMake
# Will work in Windows PowerShell
cmake CMakeLists.txt