Is game engine making hard?

Pages: 12
Again, peeps, I'm female not male. Get yo head straight, I ain't no pussy.....

Any ways those previous explanations are nice, although I lag skills at how to update screen coordinates.

So if you could do me one last favor, besides helping me understand how to draw a bitmap to a window, could you explain to me how adjusting each coordinates and operations along with the control of a player in a game engine can be repainted on to a window? I have no idea how to repaint windows and update their focus with new things added to them.

I tried asking in the Windows section but literally no one answers.
Firstly, http://wiki.gamedev.net/index.php/Main_Page
You will need to have a constant source of tutorials and sample code to build the various pieces of your engine.

Secondly,
http://wiki.gamedev.net/index.php/Basic_Timing & http://wiki.gamedev.net/index.php/Consistent_Animation - Timing between frames for rendering proper at a known FPS to do interpolation on movements etc.

http://wiki.gamedev.net/index.php/3D:Matrix_Math & http://www.codesampler.com/d3dbook/chapter_02/chapter_02.htm - For understanding how to make 3D co-ordinates to 2D space (the screen) and transformations between the different spaces.

http://dewitters.koonsolo.com/gameloop.html - The Game Loop, used to drive the core of your game and dispatch calls to render to the screen, update objects, do collision detection etc

Thirdly, You need to have a very good understanding of general software development techniques and principles.
http://wiki.gamedev.net/index.php/Programming_Techniques

http://wiki.gamedev.net/index.php/Main_Page is the Wiki entry page for GameDev.

I'd also suggest you start learning an existing engine, or doing some OpenGL tutorials if you still want to progress with developing your own.

Now, I've pretty much provided resources for all of your questions. If you don't use these resources to learn what you need to do, then really there is no way you will ever complete such a complicated project as this.


When is a mod going to tell him to stop this constant trolling?
@bboy212
she lol
I think we might already have banned him/her... but then again I didn't keep track of how many posts by this user were deleted. I know I deleted one, and I see a post count of 40 (last I checked after my deletion it was 41), but...

-Albatross
Last edited on
oh I reported one of them. before I knew report = deleate
I really tried with spoon licker this time.
Topic archived. No new replies allowed.
Pages: 12