GUI: Tutorial introduction:
Filter:
Tutorials/GUI | Tutorials > GUI

GUI: Tutorial introduction

GUI Tutorial overview

About

SuperCollider's language, sclang, provides some Classes dedicated to Graphical User Interfaces (GUIs) creation, which allow you to create your own graphical interfaces.

In the underlying architecture, GUI Classes are created using a third-party library dedicated to this purpose, which is called Qt. Qt is supported by the most common Operating Systems, which allows cross-platform development. scide, the default IDE, is based on Qt.

The goal of this tutorial series is to provide the basics of GUI manipulation within the scope of sclang. It is designed to be accessible to beginners, and follows a step-by-step progression, illustrated with examples.

Tutorial organisation