Page 1 of 1

A level editor and a minimalist GUI

Posted: Sat Mar 25, 2023 8:07 am
by DjPoke
Hi,

I've started writting a gui for love2d, in pure lua. It is at work in progress state.
I also made a little level editor with it.

https://github.com/DjPoke/minGUI
https://github.com/DjPoke/minLevelEditor

minGUI
minGUI
screenshot1.jpg (41.02 KiB) Viewed 7698 times
minLevelEditor
minLevelEditor
screenshot2.jpg (64.63 KiB) Viewed 7698 times

Re: A level editor and a minimalist GUI

Posted: Mon Jan 22, 2024 11:20 am
by glitchapp
Hi, I hope this serves as inspiration too, it's not perfect but it works. feel free to copy any function you may find useful: https://codeberg.org/glitchapp/Grid-Level-Editor

Re: A level editor and a minimalist GUI

Posted: Mon Jan 22, 2024 2:13 pm
by darkfrei
What is the output format of it?

Re: A level editor and a minimalist GUI

Posted: Tue Jan 23, 2024 1:24 pm
by glitchapp
My export function is here and it can be tweaked to export to anything you want including png or any other format: https://codeberg.org/glitchapp/Grid-Lev ... Folder.lua