The problem: I have thousands of images for my game, how do I store and load them? A bad solution : Create a folder called 'resources' and drop them all in ther...
For my game I have created my own file type to store the data and meta data of images. To create, these files I build a tool using C# and AvaloniaUI. Well I fir...
I'm a little late to start the blog from the beginning, so heres a quick synopsis of development so far: I need to create a game with an aspect of 3D, I have al...