Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

GoudEngine

GoudEngine is a Rust game engine with multi-language SDK support. All game logic lives in Rust. SDKs for C#, Python, TypeScript, and Rust provide thin wrappers over the FFI boundary.

SDK Support

SDKPackageBackend
C#NuGetDllImport (P/Invoke)
PythonPyPIctypes
TypeScriptnpmnapi-rs (Node.js) + wasm-bindgen (Web)
Rustcrates.ioDirect linking (no FFI)

Status

GoudEngine is in alpha. APIs change frequently. Report issues on GitHub.