/Flocking

An example showing how to use SwiftUI, Satin, Forge and Youi to simulate birds flocking via a compute particle system (n-body).

Primary LanguageSwift

Flocking

About

An example showing how to use SwiftUI, Satin, Forge and Youi to simulate birds flocking via a compute particle system (n-body).

Building

Install Bundler using:

[sudo] gem install bundler

Config Bundler and Install

bundle config set path vendor/bundle
bundle install

Install the CocoaPod dependencies using Bundler:

bundle exec pod install

Finally, make sure to open the xcode WORKSPACE (and NOT the xcode project):

open Flocking.xcworkspace/