EvilZone
Programming and Scripting => C - C++ => : 0poitr January 13, 2013, 03:24:31 PM
-
Wrote a program that can print a given text string in few a few different ways. Cool ones ;)
There is already a thread (https://evilzone.org/c-c/%28c%29-matrix-effect-printing-text/) by Kulvarstukas where he first posted the code for a matrix printing effect and it got me. I wrote six more effects since.
Five of them are already posted there. The sixth one I wrote a few days back :P
Just thought a new thread might get more noticed and someone might take the code and extend/use it. You can use the functions in your program for say, to display your programs name in a stylish way ...or just hack away!
Its always fun watching people fork your code and do cool things with it :D
Anyway, the src and a demo vid is attached.
-
Nice ideas, 0poitr. The crossword looks funny.
-
haha I love the bubble-sort one :D
cool effects, but the code is funky... I can barely read it.
-
haha I love the bubble-sort one :D
cool effects, but the code is funky... I can barely read it.
uhm, I'll try to comment out a bit. Too lazy :P
Thanks, Deque.
EDIT: Okay, I commented out the code as much as I could. It's more readable now, I think.