A recreation of the "digital rain" effect from The Matrix
This is one of my favorite things to make when I try out a new graphics library
I first made this in Processing about a year ago but this one is in Visual C++ 15 with SFML
The font is Noto Sans JP from Google Fonts
I have zero idea how to package C++ projects for GitHub so you'll have to bear with my inexperience here lol
- Download the repo
- Download SFML 2.5.1 (Visual C++ 15 (2017)) and put it into a folder called "SFML-2.5.1" in directory of the solution
- Build the solution with Visual Studio
- Copy the .dll files from SFML-2.5.1/bin and NotoSansJP-Regular.otf into the same folder as your executable
- Run your executable