Skip to content

This application simulates the matrix rainfall as shown in matrix movie. I have tried to improve code readability as much as possible

Notifications You must be signed in to change notification settings

aditkumar1/JavaMatrixRainfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaMatrixRainfall

This application simulates the matrix rainfall as shown in matrix movie. I have tried to improve code readability as much as possible.
#Matrix background animation
1)A row is represented by Jpanel.
2)A jpanel(row) contains a group of Jlabels representing a random character.
3)created multiple jpanels(rows) and added them to frame.
4)An array of each Jpanel is maintained.
5)To perform animation , I moved position of each panel in array to next position and initialized the first row with random characters.
6) Here is a sample captured from my screen-
alt text

If you interested in integrating real time camera feed on it, then look at this project

About

This application simulates the matrix rainfall as shown in matrix movie. I have tried to improve code readability as much as possible

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages