From e63818167909ec751100bb9097674b72eb0c2128 Mon Sep 17 00:00:00 2001 From: marcel euchner-martinez <88530062+marcelEuchnerMartinez@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:27:23 +0100 Subject: [PATCH 1/4] Adding More tools page to sidebar --- _Sidebar.md | 1 + 1 file changed, 1 insertion(+) 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]] From b8b826c82eedc7fedbe3668b7a639ef4cba22370 Mon Sep 17 00:00:00 2001 From: marcel euchner-martinez <88530062+marcelEuchnerMartinez@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:42:31 +0100 Subject: [PATCH 2/4] Create More tools page --- More tools | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 More tools 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) + From 240b8fae43d09f646d556d4bb41e4c4d9f3c4a39 Mon Sep 17 00:00:00 2001 From: Marcel Euchner-Martinez Date: Mon, 27 Jan 2025 12:59:27 +0100 Subject: [PATCH 3/4] One single Tools page and removing links from Sidebar. --- Tools.md | 39 ++++++++++++++++++++++++++++++++++++++- _Sidebar.md | 6 +----- 2 files changed, 39 insertions(+), 6 deletions(-) diff --git a/Tools.md b/Tools.md index beb1da5..ff2f479 100644 --- a/Tools.md +++ b/Tools.md @@ -1 +1,38 @@ -

Heaps can be extended by several tools.

\ No newline at end of file +# Tools + +

Heaps can be extended by several tools.

+ +## Heaps ecosystem core tools + +### Hide + +Hide is an editor to work with Heaps in 3D. + +Learn more about Hide [here](https://github.com/HeapsIO/hide). + +### DomKit + +A heaps library for UI. [[DomKit]] + + +--- + +## More tools + +### 2D level editors + +- [[Castle-DB]]: A database and level editor. + +- [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) + +### Other tools + +- [Hexe](https://github.com/nayata/prefab) (https://nayata.github.io/hexe/): A prefab editor + +### Game engines that build on Heaps + +- [gameBase](https://github.com/deepnight/gameBase) / [site](https://deepnight.net/tools/gamebase/) (MIT) \ No newline at end of file diff --git a/_Sidebar.md b/_Sidebar.md index e43c7b5..9f55050 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -44,13 +44,9 @@ * [[HashLink]] * [[HTML5]] * [[Tools]] - * [[Castle DB]] - * [[DomKit]] - * [[Hide]] - * [[External libraries]] +* [[External libraries]] * [[Demo of Slide]] * [[HaxeUI]] - * [[More tools]] * [[Sample games for learning]] * [[Breakout]] * [[Platform game]] From 4b2604ea4b98b6c3535f2ab90625e9fd1795b0e6 Mon Sep 17 00:00:00 2001 From: Marcel Euchner-Martinez Date: Mon, 27 Jan 2025 13:02:58 +0100 Subject: [PATCH 4/4] Removing More tools page. --- More tools | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 More tools diff --git a/More tools b/More tools deleted file mode 100644 index 9f7e265..0000000 --- a/More tools +++ /dev/null @@ -1,14 +0,0 @@ -# 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) -