A downloadable tool for Windows

Download NowName your own price

c3IDE provides quality of life improvements when developing addons for construct 3. The tool comes with auto completion, a built in web server to host and test your files. and lots of work flow improvements to help develop addons faster.  

Documentation : HERE

c3IDE is open source :  Github

If you have any issues or feature request you can submit them through Github Issues

Feature

  • Addon boilerplate creation (Plugins/Behaviors/Effects)
  • JSON/JavaScript auto completion
  • Format JSON/Javascript 
  • Easily Add and Manage ACES and Parameters 
  • Global find and replace 
  • Built in web server to host addons
  • Basic validation in place to help prevent common errors
  • Multiple Themes 
  • Final C3Addon zip creation
  • Recompile on save to improve workflow   
  • Automatic updates when new features are added
  • C3Addon file import (Experimental)
  • C2 Addon to C3 Runtime Conversion helper (Import) (Very Experimental)
  • Javascript Code Folding
StatusReleased
CategoryTool
PlatformsWindows
Rating
Rated 5.0 out of 5 stars
(6 total ratings)
AuthorPiranha305
Tagsaddons, construct, construct-3, gamedev, ide, plugins

Download

Download NowName your own price

Click download now to get access to the following files:

Setup.exe
External

Comments

Log in with itch.io to leave a comment.

This is great, I love it. Thanks for making this!

Thanks for this usefull tool. I have a question with using external Library JS/CSS.


Which settings is suitable? inline or exteral/DOM...? I could not use JS Library (always get undefined function..)


Br,

(1 edit)

Hi, there is a weird error in the C3IDE editor that happens by exporting the plugin:

this is how it looks in the editor:


    Acts.prototype.Test1 = async function()


and this is how it looks in the addon:


    Acts.prototype.Test1 = async

    function()


Please fix it, thanks :D

Deleted 3 years ago

This tool does not have any type of malware, full source code is available here https://github.com/armandoalonso/c3IDE , others have had similar issue with the virus scan treating it as a false positive https://github.com/armandoalonso/c3IDE/issues/34 https://github.com/armandoalonso/c3IDE/issues/50

Deleted 3 years ago
Deleted 10 days ago

unfortunately it's windows only sorry

(1 edit)

I use c3IDE with Parallels on Mac and it works great. I use nodemon on mac to create a dev addon server which I can point at the Parallels (Windows) c3IDE compile directory to serve the add on in developer mode, very smooth for dev. Let me know if you need help.

(+1)

Awesome tool thank you!

(+2)

This is a great tool for Construct plugin and effect development, I've developed multiple plugins and effects using the tool and it's really streamlined what used to be a tedious and error-prone process. Don't forget to use Construct developer mode and the built in c3IDE webserver to allow for fast iterations of your new plugin with construct.

I am studying using the tool. Could I contact you via somehow to get guidance (I made one addon myself)?

Thanks!

I am not the developer, I suggest starting a new comment to the developer directly.