Sorry for late reply. I don't think there is unfortunately
DevForFun
Creator of
Recent community posts
Yes, it is actually open source. You can get the source code here:
Huy-Nguyen-web/love2d-ide: A simple IDE specialised for developing game with Love2D (github.com)
If you export the game to .exe file, sure, you can put that to itch.io. I didn't put any games on gamejolt so I cannot say for sure.
But if you want to export to html, I'm afraid I cannot help you with that, but I do know a page that can help you though:
LÖVE Web Builder · Home (schellingb.github.io)
I haven't tried it before, but you can try it out to see if it works for you!
Hope this help!
I'm using Godot to make it. In the engine, there're tons of UI nodes that help me to create a project like this. For me, what I have to know is to know the process of making a game with Love2D, and based on that I list down what I need to automate. That's how I came up with the idea of making this editor. On technical side, all you need to know is how the UI nodes work in Godot, and how to access to more low-level side, or the back-end such as running custom script, auto running the command, save the data file or writing a custom file.
Hope this anwser satisfy your question! Thank you very much for trying it out, I really appreciate it!
I've tried to make it in Love2D before, but man that was hard. So for this project, I created it in Godot, as Godot have a ton of UI nodes out of the box, so I can create the software way faster this way.
I got to say that I love both Love2D and Godot, and I also glad to put both of them together like this. And thanks a lot for checking this software out. I've created it with my passion so really glad that many people like it as well 😊😊😊
Hi, if you just started with the Love framework and looking for IDE, I've something to share with you:
I've made a custom Love2D IDE a few months ago, and within this IDE contains everything you need to start making the game (from code editor, project manager, Love framework and export function). My main goal after making this is to help in organising project and automating process of making game. This is the link to the IDE:
Love2D IDE by DevForFun (itch.io)
All you need to do is to download the project, and you don't even need to download anything else, just start working on your work!
Really hopes that this IDE can help you, and if you have any problems, please tell me and I'm going to help.