0.0.1 • Published 6 years ago

shaderarts-frame v0.0.1

Weekly downloads
7
License
Ryota Takemoto (r...
Repository
-
Last release
6 years ago

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 glslviewer

Build

$ npm install
$ npm run build

Start Application

$ node bin/cli