Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

All-in-one Love2D IDE

A topic by DevForFun created Feb 06, 2023 Views: 563 Replies: 5
Viewing posts 1 to 4
(+10)

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.

Deleted 1 year ago
(+1)

Thank you for your kind words. Yes, I really want this one to be open source as Love2D is an open-source project itself, and I really want people can start making game as soon as possible!

(+1)

Looks cool 👍

Very very interesting 10/10

Thank you so much for your kind words.

Was looking something like that.BTW how you made it?I mean what you had to know to make it?

(+1)

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!