Keyboard driven 2D level editor https://sr.ht/~kikoodx/kble/
Go to file
KikooDX 98eb7ad4e7 Level uses memory allocation + LICENSE file 2021-01-26 13:10:16 +01:00
src Level uses memory allocation + LICENSE file 2021-01-26 13:10:16 +01:00
.gitignore Create repository. 2021-01-24 19:22:48 +01:00
LICENSE Level uses memory allocation + LICENSE file 2021-01-26 13:10:16 +01:00
README.md Create repository. 2021-01-24 19:22:48 +01:00
build.zig Create repository. 2021-01-24 19:22:48 +01:00

README.md

KBLE, a KeyBoard driven Level Editor

A work in progress level editor with extensive keyboard support. Designed for tile based 2D platformers.

Short term design decisions

Subject to change.

  • Fully keyboard driven modal editing. Mouse support is secondary.
  • GUI application made in Zig with raylib.
  • Configurable (format unknown).
  • LDtk inspired tiling rulesets.

License

Copyright (C) 2021 KikooDX

This project is under the MIT license. See LICENSE for more details.