Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imagineeeinc/matrix-rain
A customizable matrix rain background
https://github.com/imagineeeinc/matrix-rain
js matrix matrix-rain
Last synced: about 9 hours ago
JSON representation
A customizable matrix rain background
- Host: GitHub
- URL: https://github.com/imagineeeinc/matrix-rain
- Owner: imagineeeinc
- License: mit
- Created: 2022-07-08T09:36:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T15:48:22.000Z (over 2 years ago)
- Last Synced: 2024-10-18T02:50:05.430Z (about 1 month ago)
- Topics: js, matrix, matrix-rain
- Language: JavaScript
- Homepage: https://imagineeeinc.github.io/matrix-rain/
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Matrix Rain
A customizable matrix rain background
simply open the app [here](https://imagineeeinc.github.io/matrix-rain/), put it on fullscreen and hack the matrix!
Customizing
to customize go to the top right of the website and and a button will appear, click it.
A window on the top right corner will appear.
Here you can customize the background colour, the foreground colour, the text size and hiding the mouse (do note hiding the mouse will make it harder to navigate the page so be aware)
Then press the button in the top right again to close the panel.
The app also generates a URL in the URL bar so you can copy to save the graphical changes (not the hide mouse setting), read [customizing through url](#customizing) for more on url based customizations.
Now have fun hacking the matrix.
Customizing API
To load your custom settings without tinkering in the menu there is the customizing api.simply go the the url and add a `#` to the end and add the settings.
The arguments go like this:
```
#ffffff-000000-30-33
/\ /\ /\ /\
Foreground | \ |
colour | | |
Background | Refresh Rate
colour |
font size
```
this is the order they have to be seperated by a dash.### Foreground colour
The text colour (Default: #a19dfc)
### Background colour
The background colour (Default: 000014)
### Font size
the size of the font (Default: 15)
### Refresh rate
The fps/ Speed it refreshes at (Default: 50)Note the colours has to be in a 6 charecter hex colour format not the 3 charecter one. Example: ~~#fff~~ #ffffff
## License
This project is under [MIT License](https://github.com/imagineeeinc/matrix-rain/blob/main/LICENSE)