shaderarts-frame
v0.0.1
Published
Application for frame device like Raspberry Pi.
Readme
shaderarts-frame
Application for frame device like Raspberry Pi.
Get Started
How to start application on Raspberry Pi.
setup for firebase
Place firebaseConfig.ts under src dir.
// Fill appropriate values.
export const firebaseConfig = {
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: ""
};Preparation for frame device
Install node.js and npm beforehand.
And the, install glslViewer.
$ sudo apt-get install glslviewerBuild
$ npm install
$ npm run buildStart Application
$ node bin/cli