pawkit 0.1.5

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

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.