Author Topic: [C] Various text printing effects  (Read 4389 times)

0 Members and 1 Guest are viewing this topic.

Offline 0poitr

  • Peasant
  • *
  • Posts: 149
  • Cookies: 64
    • View Profile
[C] Various text printing effects
« 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 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.
« Last Edit: January 13, 2013, 08:20:29 pm by 0poitr »
Imagination is the first step towards Creation.

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: [C] Various text printing effects
« Reply #1 on: January 13, 2013, 05:30:10 pm »
Nice ideas, 0poitr. The crossword looks funny.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: [C] Various text printing effects
« Reply #2 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.

Offline 0poitr

  • Peasant
  • *
  • Posts: 149
  • Cookies: 64
    • View Profile
Re: [C] Various text printing effects
« Reply #3 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.
« Last Edit: January 13, 2013, 08:23:41 pm by 0poitr »
Imagination is the first step towards Creation.