Crate khora_sdk

Source
Expand description

The public-facing Software Development Kit (SDK) for the Khora Engine. This crate provides a simple and stable API for game developers to create and run applications using Khora.

Modules§

prelude
Publicly re-exported types and traits for ease of use.

Structs§

Engine
The public entry point for the Khora Engine.
EngineContext
Engine context providing access to various subsystems.

Traits§

Application
Application trait for user-defined applications.