OSCAR - Visit our website
OSCAR is a tool to create beautiful graphical user interaces (GUIs) to send OSC messages and control interactive installations (Modul8, MapMapper, Resolume arena, TouchDesigner, Ableton Live, Processing, Pure Data, Unity, Unreal Engine, etc). Let's create beautiful, responsive and touchable interfaces.
We released a first version of OSCAR and we're happy to share. Please DOWNLOAD OSCAR and give us your opinion at hellooscarosc@gmail.com
We are still under construction and this is a quick VIDEO DEMO of what the tool is currently able to do, but is up to you to support with feedback, documentation, suggestions, bugs detection to create a better tool.
Please Sign Up in the BETA user test list to keep you posted about the next release.
Created with Nodejs 12/Express. Main libraries: Grapesjs, socket.io.js, pkg.
If you want to use this implementation for your own purposes try the following steps:
- Clone or download this repository
- Go into the folder you just download
- run
npm start
(you need NodeJS 12) - run
node server.js
- Open a browser on
http://localhost:8080/
(Preferably Google Chrome)
- Youtube Channel OSCAR
- Go to releases and download the lastest version for your OS.
- Unzip the compressed file
- Double-click on the Oscar executable file
- Your default browser will open in the URL: http://localhost:8080 or http://[your local ip]:8080
Be sure your firewall and router allow communication between devices.
BSD 3-clause