pawkit 0.1.6

PawKit is a mninimal game engine toolkit, written in Rust, with support for C, C++, Godot, and Lua.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.