Search found 8 matches

by vgamecoder
Sun Feb 17, 2008 3:49 am
Forum: Off-topic
Topic: Make Game Engine
Replies: 27
Views: 2159

So I am supposed to make games first? The game engine tutorial I found was using opengl. I found out opengl is gfx API only while directx and SDL has more options (input sound and networking). Is it possible to use them together? Like opengl and directx in the same game? Also is this what I should b...
by vgamecoder
Sat Feb 16, 2008 3:38 pm
Forum: Off-topic
Topic: Make Game Engine
Replies: 27
Views: 2159

hmmm u know what i seriously think a game engine is to hard for ya... when i read ur first post i thought u where a coder who can pull it of...but then in ur next post saying u want to know what code goes into such a engine i realised that u have no clue about coding whatsoever. bc code itself is n...
by vgamecoder
Sat Feb 16, 2008 2:27 pm
Forum: Off-topic
Topic: Make Game Engine
Replies: 27
Views: 2159

You could always go and get the full source code to something like Quake3. That's a complete game and the full source code has been made available by id software. Get it, compile it, study it, alter it, whatever. Oh cool. Sounds like fun I will. As to the specifics of how this code functions, no on...
by vgamecoder
Sat Feb 16, 2008 1:53 am
Forum: Off-topic
Topic: Make Game Engine
Replies: 27
Views: 2159

What about the actual making of the game engine? Sorry if I wasnt being clear I want to know what code goes into the engine and where to find the code that does.
by vgamecoder
Sat Feb 16, 2008 1:05 am
Forum: Off-topic
Topic: Make Game Engine
Replies: 27
Views: 2159

As MasterGod says, you've not searched enough. There's a huge number of game engines in the world so googling should find loads. If you mean ones made with irrlicht then i can think of at least 2, ok, one that's actually usable right now () and both are easy to find! I want to know how to make a ga...
by vgamecoder
Fri Feb 15, 2008 12:27 am
Forum: Off-topic
Topic: Make Game Engine
Replies: 27
Views: 2159

Make Game Engine

I was wondering how to make a game engine. I have done my own searching but I couldnt find anything. I found one but it is incommpleate. http://www.dreamincode.net/forums/showtopic11833.htm I am not asking for you to teach me. I know it would be impractical. I am asking for someone to give me a link...
by vgamecoder
Sun Jan 27, 2008 9:56 pm
Forum: Beginners Help
Topic: Hello!
Replies: 8
Views: 630

Did you check the tutorials on the main Irrlicht page? (http://irrlicht.sourceforge.net/tutorials.html) There is one that shows how to set-up Irrlicht with Dev-Cpp. Whoops didnt go to the bottom of the page and skipped it. My bad. :lol: But I had some problems. libIrrlicht.a -- the Irrlicht library...
by vgamecoder
Sun Jan 27, 2008 5:48 pm
Forum: Beginners Help
Topic: Hello!
Replies: 8
Views: 630

Hello!

Hi I am new to Irrlicht. I did alot of research and I think this engine is perfect for my needs. However I dont know how to set it up for Irrlicht. I use Dev-Cpp 4.9.9.2. I was wondering if anyone here could explain to me how to set it up. I do have experiance with programming. I know plenty of C++ ...