4 followers
Programmer, Gamer, Musician and a hobbyinst game developer. Sith lord of C++ and a wannabe musician Currently working in the field of embedded software design
Hi again, it has beem a while since I wrote last time here. I have bipolar so I just try to chill and live day by day. Yet I still love to do...
Multithread workers · preface I had some comments already on this article. The posts are saying that I will run into race conditions and other...
Simple C++ implementation of game states · Game State Manager This small project implements a system which can handle multiple different game states in a...
Work, work work · Work, work work This is not really a programming blog post but something different this time. I had to write about this because it is...
Fast and easy game and 2-D graphics prototyping · Introduction While lurking in One Lone Coders discord channel I found his header only implementation...
Code logging · Update 24th of June 2021 I made the logging thread safe. It now uses a mutex which is locked when the logger class is called. And the...