/generative-art-studio

Where all of my generative art experiments live

Primary LanguageJavaScript

generative-art-studio

Where all of my generative art experiments live

Setup

Kotlin and OPENRNDR

Using IntelliJ IDEA

Using Ubuntu/Debian based linux:

  1. Bootstrap the toolchain (download intellij and load it into the .toolchain folder): ./scripts/bootstrap
  2. Launch it: ./scripts/start_idea.sh

Using SDKMAN (Deprecated)

  • need git
  • snap
    • sudo apt install -y snapd
  • kotlin

Openrndr guide

Generating the Neuron Page

Requires docker, otherwise uses the docker method. See .github/workflows/publish-website.yaml for details.

cd notes
mkdir -p .neuron/output && touch .neuron/output/.nojekyll
docker run -v $PWD:/notes sridca/neuron neuron gen

To run a live demo

cd notes
mkdir -p .neuron/output && touch .neuron/output/.nojekyll
docker run --rm -t -i -p 8080:8080 -v $(pwd):/notes sridca/neuron neuron gen -ws 0.0.0.0:8080