Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 705 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 705 Bytes

bapiDMM


bapi dmm logo

A modern dmm_suite for BYOND, written entirely in Rust.

This loads maps into the game really, REALLY fast. The main bottleneck is entirely on how long it takes BYOND to run /New.

It has a custom zero-copy dmm parser - dmm-lite, written entirely using winnow.

See bapi_dmm_reader.dm for the supporting DM code.

Linux building

I have no idea how to docker so literally just run ./run_container.sh to mount the directory into an ubuntu container and then run ./container_build.sh in the container to install everything and build the shit