Core

posted in The Broken Mind
Published August 17, 2008
Advertisement
So Core is coming along nicely.

If you dont know. Core is my library that includes a class to act as a Object Manager. You pass it a pointer to your update function and a pointer to your factory function. The factory function uses the library's Object class as a base for everything created using Core.

At the start of the frame, Core grabs the time. In the middle of a frame, Core calls your update function and also the update method of each and every Object. Then at the end of the frame, it calculates the time the frame took so that it can pass that along to update during the next frame.

Pretty useful.

Two features that its still missing:
Built-in Lua support
Serialization

Those two things, deal with subjects that I have never dealt with before so it will be interesting and may take a bit of time.
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!
Advertisement

Latest Entries

26 Games 26 Weeks

1614 views

Celenite

1164 views

Im back...again!

1011 views

Tunnel Syndrome

1277 views

Borderlands

1188 views

First Flash Game

984 views

First Flash Game

1282 views

Bullet holes? Yum!

1095 views

Game 2

1045 views

New Project

902 views
Advertisement