/Dragon-Engine

Universal framework for Roblox games.

Primary LanguageLuaMIT LicenseMIT

GitHub release (latest by date including pre-releases) GitHub Linting


About

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.

Installation instructions

With wally

Dragon Engine can be installed with wally! Add this to your wally.toml file:

[dependencies]
DragonEngine = "nobledraconian/dragon-engine@2.0.0

Manual installation

Download the rbxm file from the latest release. Insert the rbxm into ReplicatedStorage.