Engine status

Published February 24, 2006
Advertisement
It's been a long time since my last update.

My sprite engine is coming a long way, after a few months and many refactorings. After reading the book "Game Coding Complete, 2nd Edition." I decided to organize my engine like how the book recommends, which, incidentally is how the Microsoft Foundation Class is structured. Don't let that turn you off though, it's actually really cool.

There are three layers: the application layer, the view layer, and the logic layer. The application layer controls platform specific and engine global stuff, like file saving and loading, memory management, error logging, video surfaces, etc. The view layer controls input and output, lile the GUI, and the sound engine. The logic layer is where game calculations take place. Collision, physics, AI, and the process and state managers.

I'm spending most of my time right now getting the application layer up and working. When I'm done I'll update with all that I did.
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

..............

550 views

Untitled

990 views

Untitled

1013 views

Back

1006 views

I'm finally back

1040 views

Random updates

915 views

Hou zhou bu jien

940 views

Update

1032 views
Advertisement