ASLS-org / studio

ASLS Studio is an open-source, web-based, DMX lighting control software and visualizer.
https://studio.asls.timekadel.com
GNU General Public License v3.0
74 stars 5 forks source link
asls asls-studio automation dmx dmx512 free javascript lighting-controller open-source software visualization web webgl webgl2

ASLS Studio logo

Open source, web-based, show control software and visualizer

MadeWithVueJs.com shield License Version

Overview

ASLS Studio is currently in beta version and available for download through its GitHub repository. This guide will help you set up ASLS Studio on your machine.

Warning: ASLS Studio is in early beta phase. Features are provided as-is, without guarantees. Please report any issues on the project's repository.

Full software documentation is available at studio.asls.io.

System Requirements

Hardware

Software

Installation Process

  1. Clone the Repository

    Open a terminal and navigate to your desired installation directory. Then run:

    git clone https://github.com/ASLS-org/studio
  2. Navigate to Project Directory

    cd studio
  3. Install Dependencies

    npm install

Running ASLS Studio

Local Development Server

To start ASLS Studio on a local development server:

  1. Run the following command:

    npm start
  2. Open your browser and navigate to http://localhost:5173

Production Build

To create a production build:

  1. Run the build command:

    npm run build
  2. Locate the built files in the ./dist folder at the project root.

Troubleshooting

If you encounter any issues during installation or usage, please report them on the ASLS Studio GitHub repository.