Skip to content

This is a simple attempt at creating a matrix rain effect seen in the movie the matrix

License

Notifications You must be signed in to change notification settings

flightcrank/matrix-rain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix-rain

This is a simple attempt at creating a matrix rain effect seen in the movie the matrix

There are 2 versions of the effect

Both can scale the text to any size by adjusting the SCALE constant, in addition to rendering in any resolution. This program is dependent on the SDL 2 library installed on your system and can run on any operating system with little to no modification.

Compilation instructions on a Linux system are as follows..

main.c version

gcc main.c font.c `sdl2-config --cflags --libs` -o matrix-rain-1

main2.c version

gcc main2.c font.c `sdl2-config --cflags --libs` -o matrix-rain-2

Images

main.c animation1

main2.c animation2

About

This is a simple attempt at creating a matrix rain effect seen in the movie the matrix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published