The OWD module to enter the Matrix, made with p5.js
- Display a Matrix Digital Rain in your OWD client
- Set the speed of the rain
- Drag horizontally to set the hue of the streams according to your mood
- Move to your client folder, then
# Install this module with Npm npm install https://github.com/MatiTea/owd-app-matrix-rain # Or using Yarn yarn add https://github.com/MatiTea/owd-app-matrix-rain
- Define this module in
owd-client/client.extensions.ts
import AboutModule from "@owd-client/core/src/modules/app/about"; import DebugModule from "@owd-client/core/src/modules/app/debug"; import MatrixRain from "owd-app-matrix-rain/client"; export default { app: { modules: [ AboutModule, DebugModule, MatrixRain, ] }, ...
- Copy the content of the client/config folder into
owd-client/config
Edit the config/matrix-rain/config.json
file
- Choose a number to increase or decrease the speed multiplier
- Choose a value between 0 and 360 to set the default hue of the streams
-
Set the value
true
orfalse
- p5
- Open Web Desktop client v2.0.0-beta.2
This project is released under the MIT License