Game Engine Programming 033.1 - Free-list and vector containers | C++ Game Engine

Published November 21, 2022
Advertisement

Today's video is less related to game engine programming and more about creating utility functions that we need in order to organize the data within the engine. Of course, it's hard to go about without good containers and as we have seen in the previous episodes we're desperately in need of having a free-list container that can help us host the data in a nice and tidy buffer. So today, I'm going to quickly explain what the free-list is and then proceed to implement one.

?(Red Episode)

✅ Support Game Engine Series https://patreon.com/gameengineseries

✅ Discord https://discord.gg/75ZmXwz

? Mr. Frummel https://instagram.com/mr.frummel

keywords: free list container, vector container, c++

by Arash Khatami

-------------------------------------------------------------

#PrimalEngine #GameEngineSeries #GameEngineProgramming #TheGameEngineProgrammingSeries

0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement