ASCII Art for Irrlicht :D

Post your questions, suggestions and experiences regarding to Image manipulation, 3d modeling and level editing for the Irrlicht engine here.
Post Reply
dejai
Posts: 522
Joined: Sat Apr 21, 2007 9:00 am

ASCII Art for Irrlicht :D

Post by dejai »

Hello Everyone, I have recently taken up one of the most useless art forms in the world, yet I love it so I thought I would try to use it for irrlicht. Yes I am talking about ASCII art. Anyway I thought this would be a nice addition for the console of irrlicht projects. I am not sure it will fit but I can always resize it.

#################
#################
## ## ## ###### 88 88 8888 88 88 888888
## ## ## ## ## #### 88 88 88 88 88 88
## ## ### #### ## 88 88 88 8888888 88
## ## ## ### ## #### 88 88 88 88 88 88
## ## ### ## ### ### 88888 88 8888 88 88 88
#################
#################

Well that looks horrible but the .txt looks way better sigh.

Oh well If you want the .txt post me.
Programming Blog: http://www.uberwolf.com
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

You have to put into a code tag. If you don't, all whitespace is collapsed into a single space. Like this

Code: Select all

           ____,'`-, 
      _,--'   ,/::.; 
   ,-'       ,/::,' `---.___        ___,_ 
   |       ,:';:/        ;'"`;"`--./ ,-^.;--. 
   |:     ,:';,'         '         `.   ;`   `-. 
    \:.,:::/;/ -:.                   `  | `     `-. 
     \:::,'//__.;  ,;  ,  ,  :.`-.   :. |  ;       :. 
      \,',';/O)^. :'  ;  :   '__` `  :::`.       .:' ) 
      |,'  |\__,: ;      ;  '/O)`.   :::`;       ' ,' 
           |`--''            \__,' , ::::(       ,' 
           `    ,            `--' ,: :::,'\   ,-' 
            | ,;         ,    ,::'  ,:::   |,' 
            |,:        .(          ,:::|   ` 
            ::'_   _   ::         ,::/:| 
           ,',' `-' \   `.      ,:::/,:| 
          | : _  _   |   '     ,::,' ::: 
          | \ O`'O  ,',   ,    :,'   ;:: 
           \ `-'`--',:' ,' , ,,'      :: 
            ``:.:.__   ',-','        ::' 
    -hrr-      `--.__, ,::.         ::' 
                   |:  ::::.       ::' 
                   |:  ::::::    ,::' 

taken from http://chris.com/ascii/
Travis
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

This idea will become much more involved when trying to add an aalib device or driver. It would allow to render full Irrlicht scenes in ascii arts. But I doubt that anyone would really use it...
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

It would be fun for everyone to play with i'm sure but i think it wouldn't actually be used for anything, unless someone did a specific game designed to use ascii art somehow...

I've seen animations done in ascii art before, rather cool!
Image Image Image
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

@vitek: Soo cool, soo cool...
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

hybrid wrote:This idea will become much more involved when trying to add an aalib device or driver. It would allow to render full Irrlicht scenes in ascii arts. But I doubt that anyone would really use it...
I would! Well, not for anything serious, but it would be good fun to play with!

also, for the ascii art equivalent of photoshop, check out http://jave.de/
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
FuzzYspo0N
Posts: 914
Joined: Fri Aug 03, 2007 12:43 pm
Location: South Africa
Contact:

Post by FuzzYspo0N »

http://www.gamedotdev.co.za/index.php

Check the top post about competition 16, it was "text" as the entries subject and content.
There is some awesome stuff for ascii games in there, take a look some time..
Post Reply