Skip to content

An example of a simple application that uses my Visual Node System.

License

Notifications You must be signed in to change notification settings

Azzinoth/VisualNodeSystem-Example

Repository files navigation

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

About

An example of a simple application that uses my Visual Node System.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published