This page presents a curated list of additional resources from external websites that complement the resources provided in this repository.
- Wine-Enabled Containers section of the official Unreal Engine documentation
- Asset cooking technical deep dive blog post
- AutoSDK C++ compilation blog post
The official Unreal Engine documentation includes a section titled "Wine-Enabled Containers for Unreal Engine" that discusses the use of Wine for Unreal Engine development and automation workflows. This section includes a quick start guide for getting started with Wine, and an overview of the required hardware and software.
Link: https://tensorworks.com.au/blog/migrating-unreal-engine-cook-workloads-to-wine/
The TensorWorks blog post titled "Migrating Unreal Engine cook workloads to Linux with Wine" provides a technical deep-dive discussing the development of patches from this repository that improve the experience of deploying Unreal Engine asset cooking workloads in Linux containers with Wine.
Link: https://tensorworks.com.au/blog/unreal-engine-cpp-compilation-for-windows-under-wine/
The TensorWorks blog post titled "Unreal Engine C++ compilation for Windows under Linux with Wine" provides an overview of the creation of the C++ compilation examples in the quickstart directory of this repository.