Page 1 of 1

Building a Level Editor in Visual Studio

Posted: Wed Jan 10, 2018 2:20 pm
by zell2002
I've build level editors in my love2d projects. Handling the GUI has always been an annoying part.
As someone who enjoys learning and doing lil projects, what would be the process in building a VS level editor?
I mean so Im using Forms etc.. to structure my UI.
Would I need to get the love build?

Where would be a good place to start with this?

Cheers for any help/info

Re: Building a Level Editor in Visual Studio

Posted: Fri Jan 12, 2018 12:21 am
by Beelz
Since it's only a level editor, it doesn't even need to know Love exists. Just make sure you structure the output so you can make use of it.