Lost is an open-source framework for easy making Construct 3 addons (plugins & behaviors) using Deno (JavaScript runtime) that was created by lostinmind. (me)
๐ช Advantages
Here I've compiled some of the benefits from standard addon creation for Construct 3.
โก๏ธ Using the powerful JavaScript Runtime Deno.
โ Error detecting before installization of your Addon!
๐ Only Typescript and no Javascript for your addon
E Typescript support for addon scripts!
๐ Fast compilation to .c3addon format!
๐งช Built-in addon testing using Developer Mode in Construct 3.
๐ No need to configure separately aces.json and en-US.json files for addon. All necessary properties for aces.json and en-US.json are defined together with the function implementation.
๐ There is no need to configure addon .js scripts/files. Lost automatically detects the addon scripts/files!
๐ Structured categorization of all addon Actions, Conditions, Expressions. Categories are separated files like MyCategory.ts.
๐ซ Possibility to mark all Actions, Conditions, Expressions in a category as Deprecated instead of having to configure each Action, Condition, Expression separately.
โจ Additional tools to format the displayed text in Construct 3 itself by using built-in functions - formatting the text into a specific BBCode tag.
Install & Docs
jsr.io/@lost-c3/lib
GitHub Repository
github.com/lostinmind-dev/lost-c3
Contact
Discord: DAKLN