Page 1 of 1

Integrated Developement Environment

Posted: Sun Aug 09, 2020 4:36 pm
by PyroTheWicked85
Hey folks, I was looking for a Project editor for LÖVE. As it turned out, I couldn't find any. so i decided to make one. It's still clunky but it works. My 'LÖVE Editor' has some good simplistic features. New project creation is simple and automated. saving and opening projects is as easy as point and click. you can add resources* to your project such as: fonts, Images, and Audio. It even allows you to copy script files from other projects. so far its Windows 8+ only but I will work on making one for Android and Debian based Linux. thanks.
*doesn't support all of the LÖVE compatible file types

Re: Integrated Developement Environment

Posted: Sun Aug 09, 2020 8:21 pm
by PyroTheWicked85
Just a screen shot of the editor.
https://www.dropbox.com/s/0msntfyaqszs5 ... r.png?dl=0
notice it says 'compile and run'... it does a lot for a quick throw-together.

Re: Integrated Developement Environment

Posted: Mon Aug 10, 2020 1:39 am
by PyroTheWicked85
I'm not sure if I'm allowed to or not but I'm going to put a link to the latest version of the editor. it's only an exe file at the moment, but feel free to scan it for viruses. it didn't trigger any warnings in avast antivirus.
Dl-Link ---> https://www.dropbox.com/s/meouzd8eivu2f ... r.exe?dl=1

Re: Integrated Developement Environment

Posted: Tue Aug 11, 2020 11:08 am
by AuahDark
I wonder if you can make the source code available to public.

Re: Integrated Developement Environment

Posted: Wed Aug 12, 2020 3:33 pm
by PyroTheWicked85
AuahDark,
I wrote this app in VB with .NET 4.6.1 using visual studio. i can make the source code "open" to the public but if you search for 'love 2d editor" you will find that there is already a separate project in development. I believe it is written in lua script using the love engine. i don't want to step on any toes here. Here is a link to their post. https://love2d.org/forums/viewtopic.php?t=82881
if you would still like source code Send me a PM and I'll set up a link.

UPDATE: Integrated Developement Environment

Posted: Wed Aug 12, 2020 3:35 pm
by PyroTheWicked85
In light of another project named 'LÖVE Editor', I've changed the name from 'LÖVE Editor' to LÖVE Maker'. I've also added some new features. it previews your font files and music files in a tab-page inside the interface. it used to launch the default media player for music and fonts were not able to be previewed. I've also fixed the 'Add to project' Bugs. you can also remove files and sub-directories from your project.
DL Link --> https://www.dropbox.com/s/kuitghexarfem ... r.exe?dl=1
Link to a short 'How-To' guide --> https://love2d.org/forums/viewtopic.php?f=3&t=89283

UPDATE: Integrated Developement Environment

Posted: Fri Aug 14, 2020 2:22 am
by PyroTheWicked85
LoVE Maker v1.0.2
Change-log:
New Modular Program Structure.(added LvMkr.dll)
DL Link ---> https://www.dropbox.com/s/hd4v01bel9hhi ... 9.exe?dl=1

Re: Integrated Developement Environment

Posted: Fri Aug 14, 2020 2:36 am
by PyroTheWicked85
Here's a Webpage for my project. All future updates and downloads will be handled here.
--->https://lvmkr.webs.com/