From: Sam S. <sam...@gm...> - 2006-04-27 20:12:38
|
Ah, I've been looking to add ANSI support for a while, but I haven't =20 had the chance, so I'll definitely check that out. I'd also like to =20 include some macros around the ANSI codes, so you could do something =20 like: cout << "Hello, " << COLOR(RED,BLACK) << "world!"; On a semi-related topic, how do we want to structure data files in =20 the examples? romdisk/ doesn't really make so much sense outside of =20 KOS, how about resources/ or data/? -Sam On Apr 27, 2006, at 3:11 AM, Atani wrote: > I agree very cool stuff... > > you might check out my old as-telnet project to get a working ANSI =20 > code > interpreter which should be easily convertable to Tiki. It handles > rendering and all for the traditional dos character set (including > special characters). > > you can find it in the CVS repository on http://sf.net/projects/=20 > atsoft/ > > Mike > > On 4/26/2006, "Dan Potter" <ba...@al...> wrote: > >> On Apr 26, 2006, at 7:29 PM, Sam Steele wrote: >> >>> Alright, I've been bitten by the ASCII bug again.. I'm looking into >>> converting my OpenGL ASCII console library (used by FrotzDC, >>> DreamZZT, my ghetto ASCII tetris and snake games, etc.) to be >>> contained in a Tiki drawable. It provides a BASIC-esque way of >>> outputting to the screen (locate(), color(), etc.), as well as C >>> (printf) and C++ (cout / cin objects). >>> >>> Is there any interest in adding this Drawable to Tiki (say >>> Tiki::GL::Console or something) or should I keep it as a separate >>> project? >> >> Sure, why not? That might be a cool thing to have. >> >> >> >> ------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, =20 >> security? >> Get stuff done quickly with pre-integrated technology to make your =20= >> job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache =20 >> Geronimo >> http://sel.as-us.falkag.net/sel?=20 >> cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D121642 >> _______________________________________________ >> cadcdev-tiki mailing list >> cad...@li... >> https://lists.sourceforge.net/lists/listinfo/cadcdev-tiki >> > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, =20 > security? > Get stuff done quickly with pre-integrated technology to make your =20 > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache =20 > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat=121642= > _______________________________________________ > cadcdev-tiki mailing list > cad...@li... > https://lists.sourceforge.net/lists/listinfo/cadcdev-tiki |