H-s-O / Kodtrol

Scripted show control app

Home Page:http://kodtrol.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kodtrol

Kodtrol screenshot Above is a screenshot of a demo song project, LOOK MUM NO COMPUTER - GRANDMA'S MONEY
Other demos:

⚠️ Note: this software is still in alpha stage. Use at your own risk; expect breaking changes without prior notice.

Features roadmap (in no particular order)

  • Open Fixture Library integration
  • OSC/MSC/Serial outputs
  • MIDI timecode sync
  • Helpers Hub (where users can post their script helpers and share them)
  • Manual and docs on kodtrol.com

Local development / run from source

Requirements

  • Node.js >= 10.x.x
  • npm >= 3.6.x
  • Linux only: libasound2-dev package

Clone the repository and cd into it.
Then:

npm install
npm run rebuild
npm run dev

And in another terminal, run:

npm start

If all goes well, you should see the Welcome Screen allowing you to create a new project or open an existing one.

Local release build

Make sure you have installed the requirements from Local development above, then:

npm install
npm run rebuild
npm run build-and-dist

The build will be generated in the dist folder.

About

Scripted show control app

http://kodtrol.com


Languages

Language:JavaScript 99.1%Language:HTML 0.5%Language:CSS 0.5%