How to open irricht
-
Kojima Pro
- Posts: 15
- Joined: Wed Oct 08, 2008 11:29 pm
How to open irricht
Hello everyone i am brand new at programming and very lost, i recntly downloaded Irrlicht and was wondering how do you even open the program irrlicht? im lost...
Please help me please!
Please help me please!
-
rogerborg
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:

Irrlicht is a software library, not a "program". You need to learn the very basics of programming, and of how to use (at least) a compiler and (for any serious use) an Integrated Development Environment (IDE) before you can do any useful development, involving Irrlicht or otherwise.
I suggest that you start with a hello, world tutorial, then move on in small steps from there.
Last edited by rogerborg on Thu Oct 09, 2008 12:30 am, edited 1 time in total.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
-
Kojima Pro
- Posts: 15
- Joined: Wed Oct 08, 2008 11:29 pm
-
rogerborg
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
Forget about Irrlicht for now.
Obtain and install a C++ compiler / IDE. If you are using Windows, then I recommend Microsoft Visual C++ Express 2008. Start downloading that now.
While it's downloading, watch this YouTube video tutorial on how to use Visual C++ Express to create a Hello World program. Once you have done so yourself, you are ready to move on.
JP will be along in the morning (UK time) to answer your followup questions. In the meantime, please bear with us.

Obtain and install a C++ compiler / IDE. If you are using Windows, then I recommend Microsoft Visual C++ Express 2008. Start downloading that now.
While it's downloading, watch this YouTube video tutorial on how to use Visual C++ Express to create a Hello World program. Once you have done so yourself, you are ready to move on.
JP will be along in the morning (UK time) to answer your followup questions. In the meantime, please bear with us.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
-
Kojima Pro
- Posts: 15
- Joined: Wed Oct 08, 2008 11:29 pm
-
Kojima Pro
- Posts: 15
- Joined: Wed Oct 08, 2008 11:29 pm
This isn't the place for that basic of C / C++ friend.

CvIrrCamController - 3D head tracking lib to create window effect with webcam
IrrAR - Attach Irrlicht nodes to real life markers
http://www.nighsoft.com/
How do you do it Rogerborg... so calm.. so composed 
Kojima Pro, i would really say you're not ready for Irrlicht at all yet. Irrlicht is basically a collection of useful code which you 'include' in your own code to get graphics rendering on screen. The program you use is called an IDE, such as Visual Studio, Code::Blocks, DevC++ etc. These are programs which allow you to write code and then get it compiled into a .exe, that's your program which you can run. Irrlicht is not a program in any form.
If you didn't know this stuff already then i'm assuming you know nothing about programming. That's fine, we all have to start from somewhere, right? If you don't know any programming, least of all any C++ (the programming language you use if you want to program with Irrlicht), then you'd be better off googling some tutorials to learn C++, it's not the easiest language to learn so that will take you some time, at least a few months i would say before you're ready to start with Irrlicht.
If you really want to wack out a game quickly then you'd be better off with some game engine/maker/creator which doesn't require any programming, it's not something you can just pick up in a few hours. In fact making a game anywhere near decent would probably take you upwards of a year...
Kojima Pro, i would really say you're not ready for Irrlicht at all yet. Irrlicht is basically a collection of useful code which you 'include' in your own code to get graphics rendering on screen. The program you use is called an IDE, such as Visual Studio, Code::Blocks, DevC++ etc. These are programs which allow you to write code and then get it compiled into a .exe, that's your program which you can run. Irrlicht is not a program in any form.
If you didn't know this stuff already then i'm assuming you know nothing about programming. That's fine, we all have to start from somewhere, right? If you don't know any programming, least of all any C++ (the programming language you use if you want to program with Irrlicht), then you'd be better off googling some tutorials to learn C++, it's not the easiest language to learn so that will take you some time, at least a few months i would say before you're ready to start with Irrlicht.
If you really want to wack out a game quickly then you'd be better off with some game engine/maker/creator which doesn't require any programming, it's not something you can just pick up in a few hours. In fact making a game anywhere near decent would probably take you upwards of a year...


