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