Tag Archives › Custom engine

Arcon – creating a bold font variant

Arcon – creating a bold font variant

One of the issues I’ve regularly had during 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. While working on Hyperscape, I’ve found Arcon and after a few tests, decided it looked good across multiple user interface

Writing a logging system

Writing a logging system

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