• alpha-0.0.2 e4cf5a9bed

    Ghost released this 2026-05-23 19:55:12 -05:00 | 25 commits to main since this release

    Major refactor: extracted pure simulation core (sim/) and pure network
    parsing (net/) from the imperative state.rs blob. App.tick() is now a
    composed pipeline of pure transformations: merge_held → step_movement
    → fold sim events → block edits → render. The shell handles GPU /
    network / winit; everything else is a value-in / value-out morphism.

    New: 12 additional tests covering the physics step itself and network
    parsing (45 total, up from 33).

    Deploy: now live at https://voxel.mxvs.art via Caddy reverse proxy on
    a Linode VPS, with iptables + fail2ban + unattended-upgrades hardened.

    Downloads