a 1.8 Minecraft server implementation written in Zig for Linux
  • Zig 99.3%
  • Nix 0.7%
Find a file
Joseph DALY 1df425cd3f
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled
[examples] full copy of valence's game of life
2025-12-16 11:06:36 +01:00
.github/workflows add docs 2025-12-13 00:16:26 +01:00
common/src decode entity action packet 2025-12-16 11:06:08 +01:00
core/src decode entity action packet 2025-12-16 11:06:08 +01:00
docs [docs] api changes 2025-12-14 13:32:51 +01:00
examples/src [examples] full copy of valence's game of life 2025-12-16 11:06:36 +01:00
module/src move all type definitions from protocol to common 2025-12-15 01:29:06 +01:00
protocol/src decode entity action packet 2025-12-16 11:06:08 +01:00
build.zig extract default modules to their own Zig module 2025-12-14 16:13:19 +01:00
build.zig.zon setup spsc queue between game and server threads 2025-12-10 19:19:18 +01:00
default.nix remove liburing from build script 2025-12-01 01:02:50 +01:00
flake.lock upgrade lockfile 2025-12-02 16:55:44 +01:00
flake.nix initial commit 2025-11-30 12:46:29 +01:00
licence switch license from gplv3 to mit 2025-12-02 16:17:00 +01:00
readme.md write actual readme 2025-12-11 00:33:48 +01:00
shell.nix remove liburing from build script 2025-12-01 01:02:50 +01:00

graphite

a modern, low-latency, modulable 1.8 Minecraft server written in Zig for Linux >5.1

zig build run --release=fast

example modules are provided