1
0
Fork
You've already forked saigon
0
implementation of the 1.21.10 minecraft protocol in zig
  • Zig 98.6%
  • Nix 1.4%
Find a file
2026年01月14日 20:54:59 +01:00
assets feat: parsing json to generate packet ids for server states 2026年01月13日 19:51:56 +01:00
saigon-data feat: messy deserialization 2026年01月14日 20:53:56 +01:00
src feat: messy deserialization 2026年01月14日 20:53:56 +01:00
.gitignore chore: got rid of zig-out 2026年01月14日 20:54:59 +01:00
build.zig feat: parsing json to generate packet ids for server states 2026年01月13日 19:51:56 +01:00
build.zig.zon feat: initial commit 2026年01月11日 17:29:29 +01:00
flake.lock feat: initial commit 2026年01月11日 17:29:29 +01:00
flake.nix feat: initial commit 2026年01月11日 17:29:29 +01:00
LICENSE feat: readme & license 2026年01月13日 20:00:39 +01:00
README.md feat: readme & license 2026年01月13日 20:00:39 +01:00

Saigon

A very WIP implementation of the Minecraft protocol in Zig.

Goals

  • Logging in
  • Online authentication
  • Asynchrony
  • Client and server support
  • Proper compression