GitHub open source: 4 lines of code to achieve "Matrix" digital rain effects

 The Matrix but enduring science fiction masterpiece blood, a big god recent GitHub open source simulation of the full sense of science and technology "Matrix" digital rain effect special effects. 256 color support ten levels terminal "green", produced by adding random fluctuations in brightness flicker effect, effect of diffuse reflection of the background color of the cell, and may support digital decreased, banners, rain matrix, Conway life Mandelbrot set and game results.

 You can start the project by using the following four lines of code:

$ git clone https://github.com/akinomyoga/cxxmatrix.git
$ cd cxxmatrix
$ make
$ ./cxxmatrix 'The Matrix' 'Reloaded'

The project supports C, C ++, Python, HTML5, Go language, you can try some comrades interested ~

Experience Links: http://xie-emily.com/generative_art/green_rain.html

GitHub link: https://github.com/akinomyoga/cxxmatrix

Published 164 original articles · won praise 8376 · Views 900,000 +

Guess you like

Origin blog.csdn.net/m0_38106923/article/details/104911563