StudioDream is an engine that is intended to take the accessibility of Roblox, along with the awesome features engines such as Godot provide (Like Resources), and package them together
The documentation repo is located Here, there is currently no hosted website for them.
StudioDream requires LÖVE 12 to run, get it from the github actions artifacts from the official LÖVE github repository (requires an account)
To run the StudioDream app, open the src folder in cmd and type lovec .
Make sure the LÖVE 12 AppImage is within a folder located at love/love12.AppImage in the repository
Use test-love12.sh to run StudioDream
Building should be pretty simple on both platforms
Simply just run the corresponding batch or bash files in the build directory
(linux.sh for linux, win.bat for windows)
TODO