pawkit

Crates.iopawkit
lib.rspawkit
version0.1.12
created_at2025-11-11 23:00:28.11235+00
updated_at2026-01-23 03:01:11.913621+00
descriptionPawKit is a mninimal game engine toolkit, written in Rust, with support for C, C++, Godot, and Lua.
homepagehttps://teamvulpine.com
repositoryhttps://github.com/TeamVulpine/PawKit
max_upload_size
id1928354
size117,015
Oliver (Oliver-makes-code)

documentation

README

PawKit

PawKit is a mninimal game engine toolkit, written in Rust, with support for C, C++, Godot, and Lua.

In the future PawKit will support C# and Javascript.

Why a monorepo?

A monorepo helps me organize better, and keep everything working with the latest versions of each other.

Notes about Lua bindings

Since Lua doesn't support multithreaded execution, Lua is unable to define logger callbacks, as those callbacks are intended to be accessed from multiple threads.

Commit count: 132

cargo fmt