EvilZone

Programming and Scripting => C - C++ => Topic started by: 0poitr on January 13, 2013, 03:24:31 PM

Title: [C] Various text printing effects
Post by: 0poitr on 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.
Title: Re: [C] Various text printing effects
Post by: Deque on January 13, 2013, 05:30:10 PM
Nice ideas, 0poitr. The crossword looks funny.
Title: Re: [C] Various text printing effects
Post by: Kulverstukas on January 13, 2013, 06:01:25 PM
haha I love the bubble-sort one :D
cool effects, but the code is funky... I can barely read it.
Title: Re: [C] Various text printing effects
Post by: 0poitr on January 13, 2013, 06:04:51 PM
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.