Ruken a is fully asynchronous, data oriented Vulkan based game engine. Link to the latest release here. This is a toy project meant for experimentation.
#include ...
//
struct MainQueue : CPUQueueHandle<MainQueue, 2024> {};
void main()
{
CentralProcessingUnit cpu {};
cpu.Register
}