Skip to content

Renondedju/Ruken

Repository files navigation

Ruken

Ruken a is fully asynchronous, data oriented Vulkan based game engine. Link to the latest release here.

Main Features

This project is meant for experimentation

Executive System

#include ...

// 
struct MainQueue : CPUQueueHandle<MainQueue, 2024> {};

void main()
{
    CentralProcessingUnit cpu {};
    cpu.Register
}

Building