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