Skip to content

AntonioDrusin/apollon-3

Repository files navigation

Apollon setup

This project was bootstrapped with Create React App.

Available Scripts

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run deploy

Deploys the app online onto the github page that was configured

Developing for Apollon

Adding a visualizer

Create a new folder in the visualizers folder. Inputs to the visualizer will have the "Input" attributes.

constructor: called once the first time your visualizer is selected.

load: called once after the constructor. Can run async functions to load any resources you may need.

pause: called to pause the visualizer, either for just pausing the visualization or for switching to a new visualizer.

start: called to start the visualizer. Called after load and after pause, to restart the visualization.

To test the visualizer you can add the "testing" parameter to the URL. In that case, instead of using a Neurosity(tm) device, some waves generated by TestDataSource will be used. This should simplify initial testing by not requiring a device or a recording file.

Adding to the code

You are free to fork and change this project as much as you want. If there is interest we may help maintain this project, but at this point it's pretty much all there will be.


Sponsored by:

Associazione RiMeMuTe

Premiered in:

MezzoCielo 3.0 - an experiment in live music, visual arts and neuroscience


Credits:

TheDruid - main coding, design, maintenance

AlePax - design, project management, testing


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages