DEV Community

Cover image for Matrix Simulation Using JAVASCRIPT
Shubham Patel
Shubham Patel

Posted on

Matrix Simulation Using JAVASCRIPT

Made a Matrix Simulation using P5.js inspired by great Youtuber "THE CODING TRAIN(Danial Shiffman)".

Link to the code is: https://github.com/Shubham2503/Matrix-Simulation
Link to Live page: https://shubham2503.github.io/Matrix-Simulation/

alt text

Top comments (2)

Collapse
 
adahyto profile image
Adam

I love it! There is one problem for me: There is black space left on the bottom after making chrome full-screen

Collapse
 
shubham2503 profile image
Shubham Patel • Edited

Oh ! yes, I have created canvas first of total screen width and height.if you enable fullscreen and then refresh the page then it will work well.

Thanks for the feedback.