Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanlin96069/vkuroko
Integrating Kuroko with Source
https://github.com/evanlin96069/vkuroko
half-life-2 kuroko portal source-engine zig
Last synced: 3 days ago
JSON representation
Integrating Kuroko with Source
- Host: GitHub
- URL: https://github.com/evanlin96069/vkuroko
- Owner: evanlin96069
- License: 0bsd
- Created: 2024-08-23T23:28:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T17:00:20.000Z (about 1 month ago)
- Last Synced: 2025-01-07T17:21:30.273Z (about 1 month ago)
- Topics: half-life-2, kuroko, portal, source-engine, zig
- Language: Zig
- Homepage:
- Size: 437 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vkuroko
[![Actions Status](https://github.com/evanlin96069/vkuroko/actions/workflows/CI.yml/badge.svg)](https://github.com/evanlin96069/vkuroko/actions?query=branch%3Amaster)
A Source Engine plugin that integrates [Kuroko](https://github.com/kuroko-lang/kuroko/) (a dialect of Python).
More bindings and TAS support are still being developed.
## Supported Games
- Portal (3420)
- Portal (4104)
- Portal (5135)
- Portal (latest)
- Half-Life 2 (5135)
- Half-Life 2 (latest)## Build
Only Windows build.Use [zig 0.13.0](https://ziglang.org/download/#release-0.13.0)
```sh
zig build
```