Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Node graph editor frontend for Synchrotron, created with Svelte Flow

License

NotificationsYou must be signed in to change notification settings

ThatOtherAndrew/SynchrotronUI

Repository files navigation

Node graph editor frontend forSynchrotron, created with Svelte Flow

SynchrotronUI demo screenshot


Demo

Hack Club Showcase - Synchrotron
Hack Club Showcase - Synchrotron

Build

To download, install, and run Synchrotron UI locally, you need to build the project from source. To do so, clonethis repository, install the NPM dependencies and run thebuild andpreview scripts.

git clone https://github.com/ThatOtherAndrew/SynchrotronUIcd SynchrotronUInpm installnpm run buildnpm run preview

(If you know what you're doing, substitutenpm withyarn/pnpm/bun - for the curious, I usedbun duringdevelopment!)

Quickstart

Firstly, ensure you've installed theSynchrotron server, and thatit is running:

synchrotron-server

Next, create some nodes with the following commands in the console:

new 440 freq;new SineNode sine;new PlaybackNode out;

Then use the belowlink commands, or connect the corresponding ports by dragging between ports in the graph UI:

link freq.out -> sine.frequency;link sine.out -> out.left;link sine.out -> out.right;

Finally click theStart button at the top right of the app (or use thestart console command), and listen to thelovely 440 Hz sine wave produced. 😌

Full Synchrolang language reference coming Soon™️

About

Node graph editor frontend for Synchrotron, created with Svelte Flow

Topics

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp