evanlin96069/vkuroko
Integrating Kuroko with Source
A Source Engine plugin that integrates Kuroko (a dialect of Python).
More bindings and TAS support are still being developed.
* Due to https://github.com/ValveSoftware/Source-1-Games/issues/3632, plugin has to load via addons
on latest version of the game.
Use zig 0.14.1
The currently running platform is the default build target:
zig build
Building for a specific platform:
# Windows
zig build -Dtarget=windows
# Linux
zig build -Dtarget=linux