Skip to content

ehrdi/electron-react-osc-playground

Repository files navigation

Electron React OSC Playground

This is a Place to play around with React and OSC in Electron

Installing

Clone the Repository on local Device:

git clone https://github.com/ehrdi/electron-react-osc-playground.git 

Install Node Packages:

npm install

Run rebuild to compile Node Modules (mainly osc.js) against Electrons Node Version

npm run rebuild

Usage

Run App in development-Mode:

npm run dev

Run App in production-Mode:

npm run prod

Build App into /dist Folder:

npm run build

Package App and store the builds for all Platforms in /builds Folder:

npm run package

Simple Tool for Sending quick OSC Messages from CommandLine:

oscurl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published