A Rust library for emulating Mlog (the logic system from Mindustry).
cargo build --profile profiling --features mlogv32 --bin mlogv32
samply record target/profiling/mlogv32.exe schematics/mlogv32.msch --bin path/to/coremark.bin --delta 6cargo bench --features mlogv32 --bench coremark -- --nocaptureJust add Rust!
This crate reimplements code from Mindustry and Arc by Anuken. Mindustry is an excellent game, please go buy and play it :)
The data in mindy::types::content is generated from mimex-data by Cardillan.