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
2011/02/02
23:34 UTC
Read the original article
Hit count: 338
c++
Hi. I've read lots of articles about DOD and I understand it but I can't design an Object Oriented 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 OO 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