thespian: an actor library for Zig, C & C++ applications
Find a file
2025-01-29 15:32:34 +01:00
.vscode Initial Release 2024-02-08 23:04:55 +01:00
include refactor: remove an unused include 2025-01-20 18:27:18 +01:00
src feat: support matching and extracting enums 2025-01-29 15:32:34 +01:00
test refactor: run clang linter and formatter 2025-01-20 18:21:54 +01:00
.clang-tidy refactor: clean-up some clang-tidy warnings 2024-08-27 19:27:22 +02:00
.gitignore build: add compile_commands.json to .gitignore 2024-08-27 19:27:28 +02:00
build.zig feat: add file_stream and subprocess_windows 2024-06-07 22:09:46 +02:00
build.zig.version build: update to zig-0.13 2024-06-07 18:20:15 +02:00
build.zig.zon build: update zig-tracy for win32 support 2025-01-20 15:29:47 +01:00
LICENSE Initial Release 2024-02-08 23:04:55 +01:00
README.md Create README.md 2024-02-08 23:14:04 +01:00
zig build: fix zig wrapper for nightly builds 2024-12-21 20:36:13 +01:00

Thespian

Fast & flexible actors for Zig, C & C++ applications

To build:

./zig build

See tests/* for many interesting examples.