Trending
Opinion: How will Project 2025 impact game developers?
The Heritage Foundation's manifesto for the possible next administration could do great harm to many, including large portions of the game development community.
An update on project Hemlock and the XBox port.
When I started development on the new game engine using C# and XNA, I was more than skeptical of performance. The last engine was being built in C++ using DirectX, so I thought there is no way that the same performance could be achieved. I didn’t trust the JIT (just in time) technology, but I am happy to say I was wrong! Not to mention that the processing power that people have in their computers now is 100x what it was a decade ago.
Project Loke:
Project Loke was actually the Windows version of the Cortex engine. The engine has surpassed my expectations on both speed, and flexibility. We built Magic 8 game as a proof of concept of the engine and got very little in errors or negative feedback. The only error that was found was actually a logic error on my part in the AI of the game and not the engine.
Project Hemlock:
Last week we started project Hemlock, which is the XBox 360 version of the Cortex engine. This meant buying gold XBox live status and a premium development license from XNA. However in return we get to link the PCs to the XBox, deploy the game engine and games, test and remote debug them all on the computer while running them on the XBox. So cool!
Porting from the PC to XBox:
The first thing I did was create a parallel project inside MS Visual Studio that allows for the Xbox to be compiled and debugged alongside the Windows version. So now I can choose to build the Windows version, the XBox version, or both at the same time. Using one set of code and one project to compile it all is a giant headache solved.
Hemlock Project
You can read more and follow me and Neuron Games, Inc. here:
Read more about:
BlogsYou May Also Like