Skip to content

fishuyo/seer_legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seer

Seer is a framework for live-coding interactive audiovisual worlds. Seer is the result of practice-led research in improvisational dance performance distributed systems that incorporate body, motion tracking, immersive three-dimensional graphics, and interactive digital audio instrument. Seer is written in the Scala programming language and provides a number of high-level abstractions for developing the performance environment in real-time.


Getting Started

install simple build tool (sbt): http://www.scala-sbt.org/

On macOS using homebrew: brew install sbt

Running an example:

cd seer
sbt
project examples
run

then choose an example from list, or specify directly with:

runMain com.fishuyo.seer.examples.audio.SimpleSynth

You can make modifications to the running code by editing the file: seer/examples/scripts/audio/synth.scala

It will take a few seconds to recompile.

About

audio visual interaction live coding in scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published