How to apply Data Oriented Design with Object Oriented Programming?

Posted by Pombal on Game Development See other posts from Game Development or by Pombal
Published on 2011-02-02T20:47:34Z Indexed on 2012/10/18 17:27 UTC
Read the original article Hit count: 296

Filed under:
|
|

I've read lots of articles about Data Oriented Design (DOD) and I understand it but I can't design an Object Oriented Programming (OOP) system with DOD in mind, I think my OOP education is blocking me. How should I think to mix the two? The objective is to have a nice OOP interface while using DOD behind the scenes.

I saw this too but didn't help much: http://stackoverflow.com/questions/3872354/how-to-apply-dop-and-keep-a-nice-user-interface

© Game Development or respective owner

Related posts about c++

Related posts about engine