First entry

Published June 11, 2009
Advertisement
Ok, here goes...

I am currently developing a battle field simultation engine from scratch (ok, almost from scratch), as a C++ learning project, and for use as a portfolio when applying for jobs. My goal is to become an engine developer working with large scale environments, including massive object counts, realistic physics and challenging AI.

The specific aim of the project is scenarios like the ones used by the Total War series, albeit without the graphics and with some reduction to the number of features (at least until I get the basics up and running).

I am basing this on my Masters Thesis regarding Bounding Volume based collision detection in large scale environments similar to the ones from the Battlefield series. Along with my thesis, I created a basic physics engine in java (source included in the link above), and currently, I am moving this to C++, both to learn the language, and to be able to base the engine on this.

More info will follow in time, when I get the basics up and running, and when I learn how to use this journal properly.
Previous Entry First entry
Next Entry Scheduling
0 likes 2 comments

Comments

Aardvajk
Welcome to journal land. [smile]

Your link above is broken BTW - you seem to have prepended the URL of your GameDev journal to the start of the link to your thesis.

Your thesis looks very interesting - I'll have a read through that when I get a chance. Probably all a bit beyond me but maybe some of that stuff will click.
June 11, 2009 03:09 PM
Thomas Brinck
Ah, crappy start then :o/

I had forgotten the "http://" part, så the rest was included automatically. *mental note: test stuff before releasing it...*

Thank you for the heads up!

With regard to the thesis, most of the algorithms are fairly simple when you understand what is going on. As for the math, it is primarily there to prove that it actually works, with the exception of the triangle intersection tests.

But, feel free to ask away, if anything catches your interest and requires elaboration. :o)
June 11, 2009 03:40 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement

Latest Entries

Scheduling updated

343 views

Scheduling

566 views

First entry

450 views

First entry

464 views
Advertisement