From 65f883439e5983593758eb39b53e5b16f65cabcc Mon Sep 17 00:00:00 2001 From: fgnm Date: Wed, 5 Aug 2020 10:55:16 +0200 Subject: [PATCH] Edit README.md --- README.md | 7 ++++++- h2d-libgdx-spine-extension/README.md | 2 +- hyperlap2d-runtime-libgdx/README.md | 4 ++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bddce340..8d4ed20e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# HyperLap 2D +# HyperLap2D HyperLap2D is a powerful, platform independent, visual editor for complex 2D worlds and scenes. +An engine oriented alternative for building games free from any design constraints. + +Open Source ❤️ + ### Features - Images and Sprite Animations - Physics World @@ -19,6 +23,7 @@ HyperLap2D is a powerful, platform independent, visual editor for complex 2D wor - [HyperLap2D Website](https://hyperlap2d.rednblack.games) - [Official Wiki](https://hyperlap2d.rednblack.games/wiki) - [HyperLab](https://hyperlab.rednblack.games) + ### Runtime Currently, mainly developed for [libGDX](https://github.com/libgdx/libgdx) but can be easily integrated into any software thanks to its open JSON output format. diff --git a/h2d-libgdx-spine-extension/README.md b/h2d-libgdx-spine-extension/README.md index 17c08645..f48489c5 100644 --- a/h2d-libgdx-spine-extension/README.md +++ b/h2d-libgdx-spine-extension/README.md @@ -11,4 +11,4 @@ implementation '....' ``` ### License -Spine is a commercial software distributed with its own license, in order to include Spine support in your project please be sure to have a valid [Spine License](https://github.com/EsotericSoftware/spine-runtimes) \ No newline at end of file +Spine is a commercial software distributed with its own license, in order to include Spine support in your project, please, be sure to have a valid [Spine License](https://github.com/EsotericSoftware/spine-runtimes) \ No newline at end of file diff --git a/hyperlap2d-runtime-libgdx/README.md b/hyperlap2d-runtime-libgdx/README.md index ccd0ba5f..4d794ead 100644 --- a/hyperlap2d-runtime-libgdx/README.md +++ b/hyperlap2d-runtime-libgdx/README.md @@ -10,6 +10,10 @@ You can include through gradle implementation '....' ``` +### Support + +You can learn how to use runtime in [Wiki](https://hyperlap2d.rednblack.games/wiki) + ### License HyperLap2D's libGDX runtime is licensed under the Apache 2.0 License. You can use it free of charge, without limitations both in commercial and non-commercial projects. We love to get (non-mandatory) credit in case you release a game or app using HyperLap2D!