#aethermud — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #aethermud, aggregated by home.social.
-
Woot! With my latest commit I have officially converted 100% of the #AetherMUD codebase to be backed by #Ferma (meaning any GraphDB, specifically OrientDB in this case). The old system was to just store it as raw JSON on the file system.
AetherMUD is Open-source :opensource: written in Java :java:
It is an MMORPG, text based, and played through telnet/ssh. More info here:
https://github.com/Syncleus/AetherMUD/
#NoSQL #GameDev #Gaming #Programming #MUD #MMORPG #RPG #Java
-
So I decided part of the reason development on #AetherMUD is going so slow is me repeating the same code in my DAO layer in multiple spots. A bit of a shortcoming of #Ferma
Ferma is a database extraction layer for graph databases
Luckily as the founder of Ferma I can always just add new features to the code base there (its also open-source). So im going to try to toss in some new Ferma features for handling sets and object copying.
For those interested the source code :opensource: for both are below, they are written in Java :java:
https://github.com/Syncleus/AetherMUD
https://github.com/Syncleus/Ferma
#Java #OSS #FOSS #GameDev #Gaming #NoSQL #GraphDB #OpenSource