From: Sam S. <sam...@gm...> - 2006-05-13 19:33:53
|
Just checked in the console drawable (which now supports ANSI using atani's code), as well as the snake example. I didn't update the win32 build files, just the Mac project and a Makefile for the snake example. It doesn't look like TikiTest has a win32 project file anymore either, so if I get around to it I'll create project files for both of them. ANSI support is disabled by default, it needs to be enabled at runtime with ->setANSI(true);. I'm going to write a few more examples that are less complex than the snake game (hello world, hello ANSI, etc.) at some point, too, unless someone beats me to it. -Sam |