diff --git a/More tools b/More tools new file mode 100644 index 0000000..9f7e265 --- /dev/null +++ b/More tools @@ -0,0 +1,14 @@ +# More tools + +## 2D level editors + +- [LDtk](https://github.com/deepnight/ldtk) / [site](https://ldtk.io/) (MIT) + +- [Heaps Editor](https://github.com/nayata/editor) / [site](https://nayata.github.io/editor/) (MIT) + +- [Support for using Tiled](https://github.com/yanrishatum/tiledhx) + +## Game engines that build on Heaps + +- [gameBase](https://github.com/deepnight/gameBase) / [site](https://deepnight.net/tools/gamebase/) (MIT) + diff --git a/_Sidebar.md b/_Sidebar.md index cb974f9..e43c7b5 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -50,6 +50,7 @@ * [[External libraries]] * [[Demo of Slide]] * [[HaxeUI]] + * [[More tools]] * [[Sample games for learning]] * [[Breakout]] * [[Platform game]]