Beginner getting started

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Steve

Beginner getting started

Post by Steve »

I'm currently thinking about getting the Irrlicht and I was wondering what other tools/programs I will need to use it.
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

Irrlicht is a engine... you'll need some models, textures, and images. MilkShape3D is a nice modeling package, and for textures try GIMP.

www.gimp.org
www.milkshape3d.com
Steve

Post by Steve »

Thanks. I already have Milkshape (I was using it with another engine) and Photoshop. I guess what I really want to know is do I need seperate programs to use to write the code, etc?
dragonrift
Posts: 2
Joined: Tue Dec 02, 2003 3:25 pm
Location: canada

Post by dragonrift »

most people that I have met who use the engine use either:
Visual Studio: which includes Visual C++
http://www.microsoft.com
or they use something like devc++ which is free at:
http://www.bloodshed.net/devcpp.html
enjoy :lol:
JohnnyRubber

Post by JohnnyRubber »

Errm... I'm completely new to this and I know I'm going to get flamed for asking this but... how the hell do you actually use the engine? I mean how do you actually start using it?
t
Posts: 43
Joined: Sun Nov 02, 2003 2:59 am
Location: Australia

Post by t »

It is an engine written in c++, and you have to write c++ program to work with the engine.
Post Reply