C++ School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become a C++ Expert!

Join 307,089 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 2,169 people online right now. Registration is fast and FREE... Join Now!




Making a 2D Game Engine Using OpenGL - Part3 is up

2 Pages V  1 2 >  
Reply to this topicStart new topic

> Making a 2D Game Engine Using OpenGL - Part3 is up, Part3 is up!

Rating  5
mad
Group Icon



post 12 Aug, 2005 - 12:16 PM
Post #1


Hello everybody. Here is my series of tutorials. This is only the first part. We only create a header of our engine's basics. I'm going to update the first post with every part of these series. So stay tuned biggrin.gif

- Last Part: Part 3

Sorry if there is anything misspelled. English is not my primary language.
Have fun. I'm coding it with you so if there is any error please tell me we will challenge them together! And i don't know how many tutorial i'm going to write it depends to the power of engine tongue.gif . Again as i said before HAVE FUN!

This post has been edited by mad: 11 Sep, 2005 - 05:39 AM


Attached File(s)
Attached File  Part1.doc ( 44.5k ) Number of downloads: 17370
Go to the top of the page
+Quote Post


Register to Make This Ad Go Away!

Videege
Group Icon



post 13 Aug, 2005 - 10:46 AM
Post #2
Great introductory tutorial, I hope you continue the series.

Just some minor nitpicky things:

QUOTE
You can easily change the type names by using the powerful typedef function!


-- typedef is a keyword, not a function

CODE
#ifdef _WIN32
#include <windows.h>    // For Windows
#else


-- shouldn't #ifdef be #ifndef?

Also you might want to mention linker options in certain IDE's and where to get the OpenAL library for those that are just starting off.
Go to the top of the page
+Quote Post

mad
Group Icon



post 13 Aug, 2005 - 10:50 AM
Post #3
Thanx a lot for correcting my mistakes. I'm going to prepare a lot of them. Stay tuned

Edit: Now i'm back from 48 hours of code. Loads of fun. Ok here is your answer it can't be ifndef cause we say to compiler, if the platform is win32 include windows. If you change the ifdef to ifndef it will try to include windows.h on linux too. That's why we use ifdef.

This post has been edited by mad: 15 Aug, 2005 - 12:22 AM
Go to the top of the page
+Quote Post

mad
Group Icon



post 18 Aug, 2005 - 09:30 AM
Post #4
Here is part 2 i add this as a new post cause if there is someone who didn't read the part 1 may want to read it first. So ok here is the part 2. Waiting for comments!


Attached File(s)
Attached File  Part2.doc ( 42k ) Number of downloads: 6458
Go to the top of the page
+Quote Post

mad
Group Icon



post 29 Aug, 2005 - 12:26 AM
Post #5
Sorry everybody i'm not at home so i couldn't post any new tutorials. I had finished but i left it at home. So sorry too much again. I'm gonna post the new tutor tomorrow...
Go to the top of the page
+Quote Post

Dark_Nexus
Group Icon



post 29 Aug, 2005 - 02:29 PM
Post #6
it may be a good idea to offer your tutorials in an uber friendly .txt format as well.
Go to the top of the page
+Quote Post

mad
Group Icon



post 5 Sep, 2005 - 11:53 PM
Post #7
Sorry everybody my computer's ram has burned and affected my hdd so every data of i got has lost i'm gonna provide the tutorials in txt, doc and AVI! formats in few days. Sorry again... sad.gif
Go to the top of the page
+Quote Post

mad
Group Icon



post 11 Sep, 2005 - 05:42 AM
Post #8
here is part3 of the series. this is the most elite tutorial of the series i think download it and read carefully. biggrin.gif

HAVE FUN!

PS: TXT will be on the site in 1 hour and avi will be there in couple of days...


Attached File(s)
Attached File  Part3.doc ( 95.5k ) Number of downloads: 5377
Go to the top of the page
+Quote Post

mad
Group Icon



post 11 Sep, 2005 - 07:50 AM
Post #9
uber-friendly txt versions
Part1


Attached File(s)
Attached File  Part1.txt ( 15.23k ) Number of downloads: 4172
Go to the top of the page
+Quote Post

mad
Group Icon



post 11 Sep, 2005 - 07:57 AM
Post #10
uber-friendly txt versions
Part2

This post has been edited by mad: 11 Sep, 2005 - 07:58 AM


Attached File(s)
Attached File  Part2.txt ( 7.02k ) Number of downloads: 2466
Go to the top of the page
+Quote Post

mad
Group Icon



post 11 Sep, 2005 - 08:03 AM
Post #11
uber-friendly txt versions
Part3 why there is no such option as multiple upload. Well where is the feedback forum i must tell this...


Attached File(s)
Attached File  Part3.txt ( 24.5k ) Number of downloads: 2924
Go to the top of the page
+Quote Post

gamer123
*



post 11 Sep, 2005 - 10:21 AM
Post #12
QUOTE(mad @ Sep 11 2005, 09:03 AM)
uber-friendly txt versions
Part3 why there is no such option as multiple upload. Well where is the feedback forum i must tell this...

Will the engine use a gui to make a game, i'm wanting to make a zelda game.

This post has been edited by gamer123: 11 Sep, 2005 - 10:22 AM
Go to the top of the page
+Quote Post

mad
Group Icon



post 12 Sep, 2005 - 01:53 AM
Post #13
yeah in my plans there is gonna be a powerful ide for the engine and i'm still working on a java style run-time c/c++ interpreter language as the scripting language of the engine. so this means everybody will easily make games with the engine...
Go to the top of the page
+Quote Post

mad
Group Icon



post 4 Oct, 2005 - 10:18 AM
Post #14
hi everybody i know i'm not positng for long time but my exams started at school so i will post 2 in 1 vanilla tutorials (those about scripting language and finally rendering something to screen) when my exams finish. Happy coding to everybody...
Go to the top of the page
+Quote Post

jacksaywhat
*



post 23 Dec, 2005 - 11:17 PM
Post #15
hey, are you finished with this post? Or are you gonna continue posting tutorials? Because it has been quite a while since your last post.
Go to the top of the page
+Quote Post

dec1pher
Group Icon



post 27 Jan, 2006 - 03:12 PM
Post #16
sorry for my lateness ('i'm the old mad') i was busy with a game project and i'm back i'm not finishing with this post (or maybe i'm i must think to continue or startover) but i'm back and i will send more tutorials.
Go to the top of the page
+Quote Post

fat_cow
*



post 3 Nov, 2006 - 12:31 PM
Post #17
Hey, I have learned some of C language and decided to jump right to C++. I just started reading the book on C++ for game programming and then I will read my 2 books on OpenGL. I just want to know if you can put those tutorials 1,2,3 back up so I can download them? I really appreciate it. I just want something to try when I am done reading my book.

This post has been edited by fat_cow: 3 Nov, 2006 - 12:33 PM
Go to the top of the page
+Quote Post

Flash0429
*



post 15 May, 2007 - 05:09 AM
Post #18
i put everything in the program and im getting alot of missing headers and other errors
Go to the top of the page
+Quote Post

gogole
Group Icon



post 27 Jul, 2007 - 01:42 PM
Post #19
with this i think i should be able to make my first 2d game.thanks for the tutorial.
Go to the top of the page
+Quote Post

dmrutgos
*



post 24 Nov, 2007 - 09:46 AM
Post #20
Is there another more complete tutorial on opengl?

QUOTE(dec1pher @ 27 Jan, 2006 - 04:12 PM) *

sorry for my lateness ('i'm the old mad') i was busy with a game project and i'm back i'm not finishing with this post (or maybe i'm i must think to continue or startover) but i'm back and i will send more tutorials.

Go to the top of the page
+Quote Post


2 Pages V  1 2 >
Reply to this topicStart new topic
4 User(s) are reading this topic (4 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 11/21/09 10:58AM

Live C++ Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month