Help!!

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
ralo
Posts: 10
Joined: Sat Jan 27, 2007 1:06 pm

Help!!

Post 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
geronika2004
Posts: 11
Joined: Mon Jan 22, 2007 5:42 pm
Location: Tbilisi, Georgia, Eastern Europe
Contact:

Post 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. :wink: [/url]
ralo
Posts: 10
Joined: Sat Jan 27, 2007 1:06 pm

Post by ralo »

Any Help regarding the Top-View game is apperciated. Language is no problem.
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post 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.
Cardinal4
Posts: 97
Joined: Sun Jun 11, 2006 1:20 am
Location: SG
Contact:

Post 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
Locked