salotz / scopes-demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running the Demos

You will need Spack installed as well as the snailpacks repo. The quick bootstrap script should be enough to get going if you don't have this installed already:

curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/salotz/snailpacks/master/bootstrap.sh | sh

Then for each demo you can build the environment, activate it, and run them.

  cd XXX_demo-name
  make env
  spacktivate .
  make run

Creating a New Demo

You can use the template for a quick start (requires copier > 6):

copier template

To update the

About


Languages

Language:Scala 86.3%Language:SuperCollider 10.0%Language:Makefile 3.7%