Skip to content

imagineeeinc/matrix-rain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Rain

A customizable matrix rain background

simply open the app here, 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 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