Categories
Tutorials

Building A Linux Kernel From Source

Optimization at a kernel level can cascade through an entire operating system and through its reuse can save thousands if not hundreds of thousands of dollars of unnecessary costs over the lifetime of a service contract. Let’s put some rough numbers into play. As of the date of writing this article, deploying 100 Amazon’s EC2 […]

Categories
Game Development Tutorials

Working with the Unreal Engine source code

Moving away from using the Unreal Engine provided rocket build can at first seem like a daunting task, but after a while, you will probably find yourself asking why you didn’t switch sooner. There are a few prerequisites to being able to use the source code version, but thankfully, this article will attempt to step you […]

Categories
Game Development Tutorials

Building a rocket build from the Unreal Engine source code

So you have moved away from using the pre-built solutions of Unreal Engine; awesome! The next logical step is creating a portable Unreal Engine rocket build of your own. Whether you are working in a large team or working on your own, a rocket build takes the technical lifting out of working with the Unreal […]