thespian: an actor library for Zig, C & C++ applications
Find a file
2024-08-29 14:39:52 +02:00
.vscode Initial Release 2024-02-08 23:04:55 +01:00
include fix(windows): prevent @intCast crash on windows 2024-06-27 19:04:12 +02:00
src refactor: reformat instance.cpp 2024-08-29 14:39:52 +02:00
test refactor: clean-up some clang-tidy warnings 2024-08-27 19:27:22 +02: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 to latest zig master 2024-06-04 22:13:16 +02: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 windows build fixes 2024-06-07 11:42:54 +02:00

Thespian

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

To build:

./zig build

See tests/* for many interesting examples.