Giter Club home page Giter Club logo

owd-app-matrix-rain's Introduction

Matrix Rain for OWD Client

The OWD module to enter the Matrix, made with p5.js

OWD Matrix Rain module demo

Features

  • 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

Quick install

  • 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

Configuration

Edit the config/matrix-rain/config.json file

  • Set the rain speed

    Choose a number to increase or decrease the speed multiplier
  • Set the default streams hue

    Choose a value between 0 and 360 to set the default hue of the streams
  • Enable/disable the draggableHue function

    Set the value true or false

Dependencies

  • p5

Compatibility

  • Open Web Desktop client v2.0.0-beta.2

License

This project is released under the MIT License

owd-app-matrix-rain's People

Contributors

matitea avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.