From 1b7256c05abb6a66bca31e52ff7ba8d9084d33b6 Mon Sep 17 00:00:00 2001 From: Ian Harrigan Date: Mon, 21 Jun 2021 09:05:59 +0200 Subject: [PATCH] clean --- .../ISSUE_TEMPLATE.md | 0 .../commands/.codeclimate.yml | 0 .../commands/checkstyle.bat | 0 .../commands/checkstyle.json | 0 dox.bat => .github/commands/dox.bat | 0 dox.hxml => .github/commands/dox.hxml | 0 browser.png => .github/images/browser.png | Bin cross.png => .github/images/cross.png | Bin desktop.png => .github/images/desktop.png | Bin mobile.png => .github/images/mobile.png | Bin pat_badge.png => .github/images/pat_badge.png | Bin system.jpg => .github/images/system.jpg | Bin tick.png => .github/images/tick.png | Bin .github/workflows/build.yml | 2 +- CI_STATUS.md | 36 ------------------ CONTRIBUTING.md | 7 ---- README.md | 24 ++++++------ 17 files changed, 13 insertions(+), 56 deletions(-) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) rename .codeclimate.yml => .github/commands/.codeclimate.yml (100%) rename checkstyle.bat => .github/commands/checkstyle.bat (100%) rename checkstyle.json => .github/commands/checkstyle.json (100%) rename dox.bat => .github/commands/dox.bat (100%) rename dox.hxml => .github/commands/dox.hxml (100%) rename browser.png => .github/images/browser.png (100%) rename cross.png => .github/images/cross.png (100%) rename desktop.png => .github/images/desktop.png (100%) rename mobile.png => .github/images/mobile.png (100%) rename pat_badge.png => .github/images/pat_badge.png (100%) rename system.jpg => .github/images/system.jpg (100%) rename tick.png => .github/images/tick.png (100%) delete mode 100644 CI_STATUS.md delete mode 100644 CONTRIBUTING.md diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/.codeclimate.yml b/.github/commands/.codeclimate.yml similarity index 100% rename from .codeclimate.yml rename to .github/commands/.codeclimate.yml diff --git a/checkstyle.bat b/.github/commands/checkstyle.bat similarity index 100% rename from checkstyle.bat rename to .github/commands/checkstyle.bat diff --git a/checkstyle.json b/.github/commands/checkstyle.json similarity index 100% rename from checkstyle.json rename to .github/commands/checkstyle.json diff --git a/dox.bat b/.github/commands/dox.bat similarity index 100% rename from dox.bat rename to .github/commands/dox.bat diff --git a/dox.hxml b/.github/commands/dox.hxml similarity index 100% rename from dox.hxml rename to .github/commands/dox.hxml diff --git a/browser.png b/.github/images/browser.png similarity index 100% rename from browser.png rename to .github/images/browser.png diff --git a/cross.png b/.github/images/cross.png similarity index 100% rename from cross.png rename to .github/images/cross.png diff --git a/desktop.png b/.github/images/desktop.png similarity index 100% rename from desktop.png rename to .github/images/desktop.png diff --git a/mobile.png b/.github/images/mobile.png similarity index 100% rename from mobile.png rename to .github/images/mobile.png diff --git a/pat_badge.png b/.github/images/pat_badge.png similarity index 100% rename from pat_badge.png rename to .github/images/pat_badge.png diff --git a/system.jpg b/.github/images/system.jpg similarity index 100% rename from system.jpg rename to .github/images/system.jpg diff --git a/tick.png b/.github/images/tick.png similarity index 100% rename from tick.png rename to .github/images/tick.png diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c23ac810..a3b164c7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - backend: [haxeui-html5, haxeui-openfl, haxeui-kha, haxeui-hxwidgets] + backend: [haxeui-html5, haxeui-openfl, haxeui-kha, haxeui-hxwidgets, haxeui-nme, haxeui-flixel] steps: - uses: actions/checkout@v1 diff --git a/CI_STATUS.md b/CI_STATUS.md deleted file mode 100644 index 5f7721d33..000000000 --- a/CI_STATUS.md +++ /dev/null @@ -1,36 +0,0 @@ -# GitHub Workflow Status - -#### haxeui-core - -[![Actions Status](https://github.com/haxeui/haxeui-core/workflows/Trigger%20backend%20builds/badge.svg)](https://github.com/haxeui/haxeui-core/actions) - -#### haxeui-openfl - -[![Actions Status](https://github.com/haxeui/haxeui-openfl/workflows/Build%20(windows,%20all%20haxe%20versions)/badge.svg)](https://github.com/haxeui/haxeui-openfl/actions) - -[![Actions Status](https://github.com/haxeui/haxeui-openfl/workflows/Build%20(mac,%20all%20haxe%20versions)/badge.svg)](https://github.com/haxeui/haxeui-openfl/actions) - -[![Actions Status](https://github.com/haxeui/haxeui-openfl/workflows/Build%20(linux,%20all%20haxe%20versions)/badge.svg)](https://github.com/haxeui/haxeui-openfl/actions) - -[![Actions Status](https://github.com/haxeui/haxeui-openfl/workflows/Build%20(html5,%20all%20platforms,%20all%20haxe%20versions)/badge.svg)](https://github.com/haxeui/haxeui-openfl/actions) - -#### haxeui-html5 - -[![Actions Status](https://github.com/haxeui/haxeui-html5/workflows/Build%20(all%20platforms,%20all%20haxe%20versions)/badge.svg)](https://github.com/haxeui/haxeui-html5/actions) - -#### haxeui-kha - -[![Actions Status](https://github.com/haxeui/haxeui-kha/workflows/Build%20(linux,%20all%20targets,%20all%20haxe%20versions)/badge.svg)](https://github.com/haxeui/haxeui-kha/actions) - -#### haxeui-hxwidgets - -[![Actions Status](https://github.com/haxeui/haxeui-hxwidgets/workflows/Build%20(linux,%20all%20haxe%20versions)/badge.svg)](https://github.com/haxeui/haxeui-hxwidgets/actions) - -[![Actions Status](https://github.com/haxeui/haxeui-hxwidgets/workflows/Build%20(osx,%20all%20haxe%20versions)/badge.svg)](https://github.com/haxeui/haxeui-hxwidgets/actions) - -#### hxWidgets - -[![Actions Status](https://github.com/haxeui/hxWidgets/workflows/Build%20(linux,%20all%20haxe%20versions)/badge.svg)](https://github.com/haxeui/hxWidgets/actions) - -[![Actions Status](https://github.com/haxeui/hxWidgets/workflows/Build%20(osx,%20all%20haxe%20versions)/badge.svg)](https://github.com/haxeui/hxWidgets/actions) - diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 34f85de99..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,7 +0,0 @@ -# Contributing to HaxeUI - -Thanks for contributing to HaxeUI! - -## License - -By contributing your code, you agree to license your contribution under the [MIT Licence](LICENSE.md). diff --git a/README.md b/README.md index 7b80cc3f0..72fe4b651 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ `haxeui-core` is a users universal entry point into the HaxeUI framework and allows for the same user interface code (either with markup or via `haxe` source code) to be used to build a user interface on various platforms using various HaxeUI `backends`. Below is a general overview of how `haxeui-core` and the various HaxeUI `backends` fit together. You can watch a presentation (given at WWX2016) about HaxeUI to get more of an understanding here.

- +

## Installation @@ -37,77 +37,77 @@ Currently, HaxeUI supports the following `backends`. Please refer to each `backe haxeui-html5 none - + Native,
Composite haxeui-kha Kha - + Composite haxeui-openfl OpenFL, Lime - + Composite haxeui-flixel Flixel, OpenFL, Lime - + Composite haxeui-heaps Heaps - + Composite ... haxeui-nme NME - + Composite haxeui-hxwidgets hxWidgets, wxWidgets - + Native

haxeui-winforms none - + Native ... haxeui-pixijs PixiJS - + Composite ... haxeui-android none - + Native ... haxeui-pdcurses PDCurses - + Composite ...