HEXTERMINATE – v2.0 Hexterminate It has been a long time since Hexterminate has had a release, and given the size of the changes I think it justifies a 2.0 release! I’ve added native Linux support, done an overhaul of the resources and energy systems, as well as many other improvements. Date 8 months ago Views 218 Views Reading Time 4 Mins Read An introduction to crash reporting Gamedev Despite our best intentions, our programs will likely crash at one point or another. If this has happened on your own machine then you have your debugger at hand, but if it has happened on a user’s device this becomes more problematic. A solution for this is crash reporting: a crash dump which is sent to you for debugging, as well as any relevant log files. Date 1 year ago Views 161 Views Reading Time 3 Mins Read Arcon – creating a bold font variant Devlog One of the issues I’ve regularly had during indie game development is to find a font that has the exact style I am looking for but is missing variants, e.g. comes in Regular but not Bold. For the longest time I would just skip that font and find a different one, but the open source FontForge application provides a good alternative. Date 2 years ago Views 1,172 Views Reading Time < 1 Min Read Writing a logging system Gamedev No matter what game we are making, robust logging is essential. It is an essential tool for the developer (and for more technical players), assisting both during development and after a game is release. My custom C++ engine, Genesis, has had a logging from the earliest days, but it has received some upgrades recently to make it easier to use. I thought it might be helpful to other developers to write an article about the considerations which go into writing such a system, as well as share some code snippets. (more…) Date 3 years ago Views 518 Views Reading Time < 1 Min Read HEXTERMINATE – Towards a Linux build Gamedev Let’s get HEXTERMINATE running on Linux. How difficult can it be? Beyond that, the engine receives some significant upgrades as we move towards Build 18. Date 3 years ago Views 198 Views Reading Time < 1 Min Read HEXTERMINATE – UI & ship movement Hexterminate Ahead of starting work on the new game mode, the UI is getting a facelift to bring HEXTERMINATE to this side of the 21st century. We also look into changes being done to ship movement, to make the game more engaging and allow for improved AI. Date 3 years ago Views 194 Views Reading Time < 1 Min Read Load More Loading More… You’ve reached the end of the list
HEXTERMINATE – v2.0 Hexterminate It has been a long time since Hexterminate has had a release, and given the size of the changes I think it justifies a 2.0 release! I’ve added native Linux support, done an overhaul of the resources and energy systems, as well as many other improvements. Date 8 months ago Views 218 Views Reading Time 4 Mins Read
An introduction to crash reporting Gamedev Despite our best intentions, our programs will likely crash at one point or another. If this has happened on your own machine then you have your debugger at hand, but if it has happened on a user’s device this becomes more problematic. A solution for this is crash reporting: a crash dump which is sent to you for debugging, as well as any relevant log files. Date 1 year ago Views 161 Views Reading Time 3 Mins Read
Arcon – creating a bold font variant Devlog One of the issues I’ve regularly had during indie game development is to find a font that has the exact style I am looking for but is missing variants, e.g. comes in Regular but not Bold. For the longest time I would just skip that font and find a different one, but the open source FontForge application provides a good alternative. Date 2 years ago Views 1,172 Views Reading Time < 1 Min Read
Writing a logging system Gamedev No matter what game we are making, robust logging is essential. It is an essential tool for the developer (and for more technical players), assisting both during development and after a game is release. My custom C++ engine, Genesis, has had a logging from the earliest days, but it has received some upgrades recently to make it easier to use. I thought it might be helpful to other developers to write an article about the considerations which go into writing such a system, as well as share some code snippets. (more…) Date 3 years ago Views 518 Views Reading Time < 1 Min Read
HEXTERMINATE – Towards a Linux build Gamedev Let’s get HEXTERMINATE running on Linux. How difficult can it be? Beyond that, the engine receives some significant upgrades as we move towards Build 18. Date 3 years ago Views 198 Views Reading Time < 1 Min Read
HEXTERMINATE – UI & ship movement Hexterminate Ahead of starting work on the new game mode, the UI is getting a facelift to bring HEXTERMINATE to this side of the 21st century. We also look into changes being done to ship movement, to make the game more engaging and allow for improved AI. Date 3 years ago Views 194 Views Reading Time < 1 Min Read