Skip to content

shimpe/learn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Super Collider Tutorials

The repository for the official SuperCollider online tutorial and reference information. Currently this is in the early stages of development.

Get Involved

If you want to get involved then contact us either on the SuperCollider Forum or the SuperCollider Slack channel. Any level of involvement is fine. If you want to write a tutorial by yourself then we won't stop you - equally if all you can do is proof read, or suggest resources, that's also helpful.

Requirements

The tutorials are currently built using mdBook. On Windows and Linux you just need to download the binary from their site and update your path so that it points to it. Unfortunately they do not have a download available for OSX. Fortunately building MDBook is super easy (just follow the instructions). If for some reason you are unable to build it - then contact me on Slack and I'll send you a binary.

Build

mdBook is a clone of the original gitbook and uses markdown. So long as you're familiar with markdown then you really shouldn't have any issues as the mdBook guide is pretty decent.

Currently there are four tutorials in the src file. The tutorials are built separately (this will change at some future point). The src code for each book is in src/[book-name]. The html will be generated in a sub-folder of the book directory in the root folder.

Useful commands:

  • mdbook build - Build the tutorial.
  • mdbook build -o - Build the tutorial and open it in your default browser.
  • mdbook watch - Build the tutorial automatically whenever any of the files are changed.
  • mdbook serve -o - Preview the tutorial at http:\\localhost:3000

License

All content in this repository is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by-sa/4.0/.

About

Official SuperCollider tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published