Skip to content

Azzinoth/FocalEngineAppExample

Repository files navigation

FocalEngineAppExample

build

This repository provides an example of a simple application that integrates the Focal Engine.

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/FocalEngineAppExample

# 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

Simple application that integrates the Focal Engine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published