Creating a Formalized Data-Oriented Schema in C++
BtheDestroyer
My original tweet: https://twitter.com/BryceDixonDev/status/1485218489304379393 Project source: https://gist.github.com/BtheDestroyer/b79e4f725a0197b093cd20670aa48966 My Twitch: https://www.twitch.tv/bthedestroyer If you liked this video, you may also like what I post on my blog: https://brycedixon.dev/#blog
Useful CPPReference links: std::array: https://en.cppreference.com/w/cpp/container/array std::vector: https://en.cppreference.com/w/cpp/container/vector std::tuple: https://en.cppreference.com/w/cpp/utility/tuple Parameter pack (variadic templates): https://en.cppreference.com/w/cpp/language/parameter_pack
Useful Wikipedia links: Data-Oriented Design: https://en.wikipedia.org/wiki/Data-oriented_design Object-Oriented Programming: https://en.wikipedia.org/wiki/Object-oriented_programming ... https://www.youtube.com/watch?v=rGGhMJtIM6Y
110458986 Bytes