Interest Check Mud Engine In Rust

This page summarizes the projects mentioned and recommended in the original post on /r/MUD

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ennui

    A new MUD engine written entirely in Rust. Inspired by dikumud

  • >git clone https://github.com/pmengelbert/ennui Cloning into 'ennui'... remote: Enumerating objects: 79, done. remote: Counting objects: 100% (79/79), done. remote: Compressing objects: 100% (53/53), done. remote: Total 1934 (delta 32), reused 48 (delta 22), pack-reused 1855 Receiving objects: 100% (1934/1934), 464.01 KiB | 3.54 MiB/s, done. Resolving deltas: 100% (1205/1205), done. >rustup toolchain list stable-x86_64-unknown-linux-gnu (default) nightly-x86_64-unknown-linux-gnu >make mkdir data || true if ! test -f data/map.cbor; then touch data/map.cbor; fi if ! test -f data/npc.cbor; then touch data/npc.cbor; fi cargo +nightly build --release --bin convert Compiling proc-macro2 v1.0.24 Compiling unicode-xid v0.2.1 Compiling syn v1.0.58 Compiling libc v0.2.82 Compiling serde_derive v1.0.118 Compiling getrandom v0.1.16 Compiling serde v1.0.118 Compiling cfg-if v1.0.0 Compiling ppv-lite86 v0.2.10 Compiling linked-hash-map v0.5.4 Compiling dtoa v0.4.7 Compiling half v1.6.0 Compiling yaml-rust v0.4.5 Compiling quote v1.0.8 Compiling rand_core v0.5.1 Compiling rand_chacha v0.2.2 Compiling rand v0.7.3 Compiling serde_yaml v0.8.15 Compiling serde_cbor v0.11.1 Compiling ennui v0.1.0 (/home/teejay/ennui) Finished release [optimized] target(s) in 1m 56s target/release/convert map sample.yaml data/map.cbor in file src/bin/convert.rs on line number 49 target/release/convert npc npcs.yaml data/npc.cbor in file src/bin/convert.rs on line number 23 cargo +nightly build --release Compiling ennui v0.1.0 (/home/teejay/ennui) Finished release [optimized] target(s) in 1m 14s

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts