mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.3K
active users

Colin Bellino

Day 019-022 (1/2): was sick for the last week or so but managed to get some work done here and there.

Managed to integrate Tracy (frame profiler) with my tools so i can track cpu usage and memory usage of my arenas. Right now i have just two memory arenas (one for the engine and one for the game data), but that will change soon as i add more game systems. And a small one for scratch data, that i clear at the end of the frame.

...