https://gameprogrammingpatterns.com/data-locality.html
An interesting article which aims to "accelerate memory access by arranging data to take advantage of CPU caching."
Tags: #programming #Cpp #gamedev #optimization
An interesting article which aims to "accelerate memory access by arranging data to take advantage of CPU caching."
Tags: #programming #Cpp #gamedev #optimization
https://github.com/miloyip/game-programmer
A set of books to read for learning game development from scratch, moving through languages and mathematics to AI.
Tags: #programming #gamedev #learning
A set of books to read for learning game development from scratch, moving through languages and mathematics to AI.
Tags: #programming #gamedev #learning
GitHub
GitHub - miloyip/game-programmer: A Study Path for Game Programmer
A Study Path for Game Programmer. Contribute to miloyip/game-programmer development by creating an account on GitHub.
https://preshing.com/20171218/how-to-write-your-own-cpp-game-engine/
Tags: #programming #cpp #gamedev
Tags: #programming #cpp #gamedev
Preshing
How to Write Your Own C++ Game Engine
Lately I’ve been writing a game engine in C++. I’m using it to make a little mobile game called Hop Out. Here’s a clip captured from my iPhone 6. (Unmute for …