Page 1 of 1
Help!!
Posted: Sat Jan 27, 2007 1:20 pm
by ralo
Dear All,
I am planing to make a top view game using Irrlicht.Net (C#). From where should I start, I mean pls game me some links or related tutorials.
Thanks
Posted: Sun Jan 28, 2007 6:35 am
by geronika2004
There are no available tutorials regarding Irrlicht.net (C#) besides:
1.
http://irrlicht.sourceforge.net/docu.net/index.html API.NET
2.
http://irrlicht.sourceforge.net/downloads.html SDK
2. This forum.
If people on this forum be more active and post simple working codes, it will be easy everybody to learn using this engine. As for me, I am going to post this codes on this forum as soon as I learn anything.

[/url]
Posted: Sun Jan 28, 2007 8:21 am
by ralo
Any Help regarding the Top-View game is apperciated. Language is no problem.
Posted: Sun Jan 28, 2007 2:51 pm
by BlindSide
C# is very similar to C++, you should learn to be able to convert between these 2 syntaxes, I think you will find a C++ tutorial just as informative as a C# one.
Posted: Sun Jan 28, 2007 3:47 pm
by Cardinal4
You haven't specified whether your "top-view" game is in 3d or 2d. And I assume you're talking about isometric or orthogonal perspective here?
If it's a 2d isometric one, then check here:
http://www.kirupa.com/developer/flash/i ... m#Isometry
And although it's in Flash Actionscript, but the concepts still apply, and Actionscript is pretty simple to understand too. =)
There's also a 3d isometric tutorial for Irrlicht [C++] on irrforge.org but god knows where it went. =X