-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started
Looking to try out LX Studio? Start here!
Current version is Java 17 Temurin, available for download from:
https://www.eclipse.org/downloads/
Open Terminal and clone the git repository to your eclipse working folder:
cd ~/eclipse-workspace
git clone https://github.com/heronarts/LXStudio-IDE.git
In eclipse, open the project from filesystem (alternatively, Import Project should also work):
File -> Open Projects From Filesystem
Click Directory...
Choose ~/eclipse-workspace/LXStudio-IDE
Click Finish
Under Package Explorer in the left pane, right-click the LXStudio-IDE project and choose Run As -> Java Application
Select LXStudioApp, click OK.
The first run attempt will fail. Go to menu item Run -> Run Configurations...
Select LXStudioApp on the left
Select the tab "(x)= Arguments"
Under VM Arguments, add:
-XstartOnFirstThread
Click close.
Select the project in the Package Explorer
Go to menu item Run -> Run, or click the green Play icon in the menu bar.
If you see the LX Studio window, you did it!
Wiki todo: UI tutorial: Add a strip fixture to your model, Add a channel, Add a pattern.
Wiki todo: Write your own pattern in java.
© 2020 LX Studio — Heron Arts LLC