basic open source SDL isometric code??

Started by
2 comments, last by gcsaba2 19 years, 2 months ago
hi just wondering if anyone has either a good turtorial or open source code for a isometric engine. just looking for something that displays tiles. let me know thanks. nothing too complex thanks. [Edited by - Thanhda on February 15, 2005 9:47:45 PM]
Thanhda TieDigital Shock, Technical Director & Business Relations15-75 Bayly Street West, Suite #173Ajax, Ontario, L1S 7K7Tel: 416.875.1634http://www.digitalshock.net
Advertisement
void drawIsoMap(){   scale(1.0, 0.5);   rotate(PI/4);   drawTopDownMap();}


unfortunately, it's not open source. So, I'll be expecting my check sometime next week.

[Formerly "capn_midnight". See some of my projects. Find me on twitter tumblr G+ Github.]

You could check out SDL_isometric. It's simple and open source (GNU GPL).
Or you could just read the FAQ of this forum

This topic is closed to new replies.

Advertisement