sschwungsau / Flocking

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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


Languages

Language:Swift 58.0%Language:Metal 31.0%Language:Ruby 11.0%