dawnoftime VS ldmud

Compare dawnoftime vs ldmud and see what are their differences.

dawnoftime

My attempt to clean up the Dawn of Time MUD codebase (by driador)
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
dawnoftime ldmud
2 3
10 131
- 3.1%
0.0 4.6
about 6 years ago 8 days ago
C++ C
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dawnoftime

Posts with mentions or reviews of dawnoftime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-16.

ldmud

Posts with mentions or reviews of ldmud. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-16.
  • Viking Mud - creator/builder pitch
    2 projects | /r/MUD | 16 Apr 2021
    With an LP-style room: https://github.com/ldmud/ldmud/blob/master/mud/lp-245/room/church.c
  • LDMUd
    1 project | /r/MUD | 14 Apr 2021
    class Ldmud < Formula desc "This is 'LDMud', a gamedriver for LPMuds." homepage "http://www.ldmud.eu/" url "https://github.com/ldmud/ldmud/archive/3.5.0.5.tar.gz" sha256 "ec6327dc751380ad201ebe611ce1b6f714e9afa1439a31e04860488528745886" head do url "https://github.com/ldmud/ldmud.git" depends_on "autoconf" => :build depends_on "automake" => :build depends_on "json-c" => :optional end depends_on "bison" => :build depends_on "libgcrypt" => :build depends_on "pcre" => :optional depends_on "mysql" => :optional depends_on "postgresql" => :optional def install args = %W[ --prefix=#{prefix} --enable-access-log ] args << "--enable-use-json" if build.with? "json-c" args << "--enable-use-pcre" if build.with? "pcre" args << "--enable-use-gcrypt" if build.with? "libgcrypt" args << "--enable-use-mysql" if build.with? "mysql" args << "--enable-use-pgsql" if build.with? "postgresql" ENV.deparallelize cd "src" do system "./autogen.sh" if build.head? system "./configure", *args system "make", "install-all" end end test do # Hard to test because one needs a mudlib but can at least run it system "#{bin}/ldmud" end end
  • Release of LDMud 3.6.4 and 3.5.4
    1 project | /r/MUD | 6 Apr 2021

What are some alternatives?

When comparing dawnoftime and ldmud you can also consider the following projects:

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