sciss / scalacollider-dot   1.7.0

GNU Affero General Public License v3.0 GitHub

Utility for exporting a ScalaCollider UGen graph as GraphViz .dot file. Mirror of https://codeberg.org/sciss/ScalaCollider-DOT

Scala versions: 3.x 2.13 2.12 2.11

ScalaCollider-DOT

Build Status Maven Central

A utility that translates a ScalaCollider UGen graph into a GraphViz .dot file. This project is (C)opyright 2016–2021 by Hanns Holger Rutz. All rights reserved. It is published under the GNU Affero General Public License v3+.

See src/test for an example usage.

example

linking

The following artifact is available from Maven Central:

"de.sciss" %% "scalacollider-dot" % v

The current stable version v is "1.7.0".

building

This project builds with sbt and Scala 2.13, 2.12, Dotty. The last version to support Scala 2.11 was v0.10.4.

To compile sbt test:compile. To print the test output, sbt test:run.

contributing

Please see the file CONTRIBUTING.md