This repository provides an example of a simple application that integrates the Visual Node System.
# 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