o
odinpkg.dev
packages / library / crux

crux

9601feelibrary

WIP Minecraft Server Implementation

No license · updated 7 hours ago

Crux

A WIP Minecraft Server, being written in Odin

Linux only for now

Architecture design

Worker thread(s) use epoll to (de)serialize packets from client, main thread is solely responsable for processing packets.

Building

git clone ...etc
git submodule update --init --recursive

make