Dragon Engine is a Lua framework designed for Roblox. It seamlessly bridges the server/client boundary, unifies modules to allow for easy code communication (this also helps to prevent cyclic requiring), and implements a microservice structure in your game.
This framework was originally inspired by @Sleitnick's Aero Game Framework.
Dragon Engine can be installed with wally! Add this to your wally.toml
file:
[dependencies]
DragonEngine = "nobledraconian/dragon-engine@2.0.0
Download the rbxm
file from the latest release. Insert the rbxm
into ReplicatedStorage
.