10 ms·
Do you have a link to what you consider to be a good description/definition/tutorial of "Data Oriented Programming"?
by andrew1 15y ago
Do you have a link to what you consider to be a good description/definition/tutorial of "Data Oriented Programming"?
- iaskwhy 15y agoAlmost off-topic: I voted you up because I am also interested in knowing a little more about this and thought by voting you up other people would see there's more people interested in it. Then I realised points are hidden...
- JoachimSchipper 15y agoIt will still be seen by more people, and let the author know that this was appreciated/to write more stuff like this.
- stonemetal 15y agoWhenever I run across Data Oriented Programming it is almost always called Data Oriented Design. You focus on your data and what transformation it needs to undergo to become output. Noel's blog is probably the best source of information for that style of programming I have seen. http://gamesfromwithin.com/data-oriented-design http://gamesfromwithin.com/data-oriented-design
- andrew1 15y agoThanks, that's an interesting article.