Hey, I am a beginner

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
lsteam
Posts: 3
Joined: Mon Jul 27, 2009 8:55 am
Location: Poland
Contact:

Hey, I am a beginner

Post by lsteam »

Hey

My English is not the best at the level of comprehension, so please, I am a novice programmer until I have plans to buy the book in Symphony in C + + standard, and here was my only question is whether this book is needed and must also be familiar with OpenGL or DirectX to create a small game for irrlicht.
wildrj
Posts: 301
Joined: Thu Mar 23, 2006 12:49 am
Location: Texas/ Cyberspace
Contact:

Post by wildrj »

In all honesty you can learn any language or library from resource on the internet. A good book is always nice but not needed.

Below are two good sites to teach you c++.

http://www.cprogramming.com
http://www.cplusplus.com

Now understand they don't go to far into detail but if you have experience with other languages you should catch on fast.
http://wild.deathtouchstudios.com << My gamedev blog
<Programming is a way of life>
If at first you don't succeed press the delete key till you do :)
lsteam
Posts: 3
Joined: Mon Jul 27, 2009 8:55 am
Location: Poland
Contact:

Post by lsteam »

I understand, but I got no answer to my question as to whether I need to know OpenGL or DirectX to write a game in irrlicht
wildrj
Posts: 301
Joined: Thu Mar 23, 2006 12:49 am
Location: Texas/ Cyberspace
Contact:

Post by wildrj »

You do not need to know opengl or directx to make a game with irrlicht :). Irrlicht handles all these things for you. However if you wish to change something within irrlicht you may need to have some opengl or directx knowledge.
http://wild.deathtouchstudios.com << My gamedev blog
<Programming is a way of life>
If at first you don't succeed press the delete key till you do :)
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

wildrj wrote:However if you wish to change something within irrlicht you may need to have some opengl or directx knowledge.
which normally beginners won't need to do so (don't scare him!) :lol:
stevetamis
Posts: 3
Joined: Tue Jul 28, 2009 5:25 am

Hey, I am a beginner

Post by stevetamis »

Well i read the previous comments and i am glad that a beginners are guided very well, but i would like to know that is it necessary to have a basic knowledge of C++.
Josh1billion
Posts: 125
Joined: Thu Dec 11, 2008 9:50 pm
Location: Wisconsin
Contact:

Re: Hey, I am a beginner

Post by Josh1billion »

stevetamis wrote:Well i read the previous comments and i am glad that a beginners are guided very well, but i would like to know that is it necessary to have a basic knowledge of C++.
Yes, you will need to know C++. You do not need to know OpenGL or DirectX.
www.JoshForde.com

Latest release: Super Orbulite World.
In development: Season of Dreams and others
lsteam
Posts: 3
Joined: Mon Jul 27, 2009 8:55 am
Location: Poland
Contact:

Post by lsteam »

Thank you very much, sorry if my sentence was not correct I am a Pole, and begin to learn where I can find documentation for irrlicht and propose at the beginning.
Frank Dodd
Posts: 208
Joined: Sun Apr 02, 2006 9:20 pm

Post by Frank Dodd »

I found the best way to learn was to try and look through the examples, if you have a specific problem you will almost always find someone else has had it and a search will locate it in the forums.
Post Reply