An application that displays a clock and a customizable GLSL-rendered background.
- Node.js
- Docker (optional)
- If you use code-server to edit frag file, you must install Docker.
$ npm install
$ cp src/shaders/main.example.frag src/shaders/main.frag
$ cp src/config.example.ts src/config.ts
$ npm run dev
Masayoshi Wada [email protected]