To not fall behind with the blogging, I've created this post just to give a status update on my current project even if no major development has been made.
To be able to easier create material for the game, I've made an export script for Blender that exports models to a custom file format that I'm now able to load into the project.
The two threads that the game consists of have gotten some structure and a way to communicate with each other. The threads have a reference to a container that they are able to send handlers to which updates the contents of the container in a thread safe manner.
I've ported an entity system that I've used in another project for the game thread. I will probably continue with the renderer though, before i start to populate the entity system so that it supports som basic rendering and can render the things I put in the entity system.
I expect I will be using these kinds of status posts more frequently now in the beginning since I feel I really can't make any more decisions until i get a better understanding of the ground I'm trying to build this game on.
No comments:
Post a Comment