itch.io Spring Selects Series A
On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

General Purpose Grid Editor - a 2D level editor made with LÖVE

A topic by tesselode created Dec 01, 2015 Views: 1,039 Replies: 2
Viewing posts 1 to 3
(3 edits) (+1)

I figured someone might find this useful. I'm working on a level editor! It uses Lua files for project setup, and it exports Lua files. It's also made in LÖVE, so if you're familiar with LÖVE, then this should be easy to customize to your liking. It has a minimal interface and feature set, but I think it's pretty usable.

Get it on GitHub!

My current to-do list:

  • Add documentation on how to use GPGP (for now, just look at the example project in the repo, it's pretty simple)
  • Add documentation on how the code works
  • Make it embeddable in games!
  • Undo/redo support? (depends on how hard and complex it is)

Hey this is cool. I can see this saving a lot of time in Level Building.

Hey everyone, sorry I've been so quiet. I added some documentation on how the code works to the repo, so please take a look! My aim is to make a level editor that's easy and accessible for anyone to customize to their liking, so if you have any suggestions, please let me know!