Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jun 21, 2021
1 parent 3308984 commit 1b7256c
Show file tree
Hide file tree
Showing 17 changed files with 13 additions and 56 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
36 changes: 0 additions & 36 deletions CI_STATUS.md

This file was deleted.

7 changes: 0 additions & 7 deletions CONTRIBUTING.md

This file was deleted.

24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://www.youtube.com/watch?v=L8J8qrR2VSg&feature=youtu.be">here</a>.

<p align="center">
<img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/system.jpg"/>
<img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/system.jpg"/>
</p>

## Installation
Expand Down Expand Up @@ -37,77 +37,77 @@ Currently, HaxeUI supports the following `backends`. Please refer to each `backe
<tr>
<td valign="top"><a href="https://github.com/haxeui/haxeui-html5">haxeui-html5</a></td>
<td valign="top"><i>none</i></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/mobile.png" title="Mobile"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/browser.png" title="Browser"></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/mobile.png" title="Mobile"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/browser.png" title="Browser"></td>
<td valign="top" align="left"><a href="http://haxeui.org/getting-started/native-backends/">Native</a>,<br><a href="http://haxeui.org/getting-started/composite-backends/">Composite</a></td>
<td valign="top"><a href="https://github.com/haxeui/haxeui-html5/actions/workflows/build.yml"><img src="https://github.com/haxeui/haxeui-html5/actions/workflows/build.yml/badge.svg"></a></td>
</tr>
<tr>
<td valign="top"><a href="https://github.com/haxeui/haxeui-kha">haxeui-kha</a></td>
<td valign="top"><a href="https://github.com/Kode/Kha">Kha</a></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/mobile.png" title="Mobile"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/browser.png" title="Browser"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/mobile.png" title="Mobile"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/browser.png" title="Browser"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><a href="http://haxeui.org/getting-started/composite-backends/">Composite</a></td>
<td valign="top"><a href="https://github.com/haxeui/haxeui-kha/actions/workflows/build.yml"><img src="https://github.com/haxeui/haxeui-kha/actions/workflows/build.yml/badge.svg"></a></td>
</tr>
<tr>
<td valign="top"><a href="https://github.com/haxeui/haxeui-openfl">haxeui-openfl</a></td>
<td valign="top"><a href="https://github.com/openfl/openfl">OpenFL</a>, <a href="https://github.com/haxelime/lime">Lime</a></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/mobile.png" title="Mobile"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/browser.png" title="Browser"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/mobile.png" title="Mobile"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/browser.png" title="Browser"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><a href="http://haxeui.org/getting-started/composite-backends/">Composite</a></td>
<td valign="top"><a href="https://github.com/haxeui/haxeui-openfl/actions/workflows/build.yml"><img src="https://github.com/haxeui/haxeui-openfl/actions/workflows/build.yml/badge.svg"></a></td>
</tr>
<tr>
<td valign="top"><a href="https://github.com/haxeui/haxeui-flixel">haxeui-flixel</a></td>
<td valign="top"><a href="https://github.com/HaxeFlixel/flixel">Flixel</a>, <a href="https://github.com/openfl/openfl">OpenFL</a>, <a href="https://github.com/haxelime/lime">Lime</a></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/mobile.png" title="Mobile"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/browser.png" title="Browser"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/mobile.png" title="Mobile"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/browser.png" title="Browser"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><a href="http://haxeui.org/getting-started/composite-backends/">Composite</a></td>
<td valign="top"><a href="https://github.com/haxeui/haxeui-flixel/actions/workflows/build.yml"><img src="https://github.com/haxeui/haxeui-flixel/actions/workflows/build.yml/badge.svg"></a></td>
</tr>
<tr>
<td valign="top"><a href="https://github.com/haxeui/haxeui-heaps">haxeui-heaps</a></td>
<td valign="top"><a href="https://github.com/HeapsIO/heaps">Heaps</a></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/browser.png" title="Browser"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/browser.png" title="Browser"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><a href="http://haxeui.org/getting-started/composite-backends/">Composite</a></td>
<td valign="top">...</td>
</tr>
<tr>
<td valign="top"><a href="https://github.com/haxeui/haxeui-nme">haxeui-nme</a></td>
<td valign="top"><a href="https://github.com/haxenme/nme">NME</a></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/mobile.png" title="Mobile"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/mobile.png" title="Mobile"> <img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><a href="http://haxeui.org/getting-started/composite-backends/">Composite</a></td>
<td valign="top"><a href="https://github.com/haxeui/haxeui-nme/actions/workflows/build.yml"><img src="https://github.com/haxeui/haxeui-nme/actions/workflows/build.yml/badge.svg"></a></td>
</tr>
<tr>
<td valign="top"><a href="https://github.com/haxeui/haxeui-hxwidgets">haxeui-hxwidgets</a></td>
<td valign="top"><a href="https://github.com/haxeui/hxWidgets">hxWidgets</a>, <a href="https://github.com/wxWidgets">wxWidgets</a></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><a href="http://haxeui.org/getting-started/native-backends/">Native</a></td>
<td valign="top"><a href="https://github.com/haxeui/hxwidgets/actions/workflows/build-linux.yml"><img src="https://github.com/haxeui/hxwidgets/actions/workflows/build-linux.yml/badge.svg"></a><br><a href="https://github.com/haxeui/hxwidgets/actions/workflows/build-windows.yml"><img src="https://github.com/haxeui/hxwidgets/actions/workflows/build-windows.yml/badge.svg"></a><br><a href="https://github.com/haxeui/hxwidgets/actions/workflows/build-osx.yml"><img src="https://github.com/haxeui/hxwidgets/actions/workflows/build-osx.yml/badge.svg"></a></td>
</tr>
<tr>
<td valign="top"><a href="https://github.com/haxeui/haxeui-winforms">haxeui-winforms</a></td>
<td valign="top"><i>none</i></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><a href="http://haxeui.org/getting-started/native-backends/">Native</a></td>
<td valign="top">...</td>
</tr>
<tr>
<td valign="top"><a href="https://github.com/haxeui/haxeui-pixijs">haxeui-pixijs</a></td>
<td valign="top"><a href="https://github.com/pixijs/pixi-haxe">PixiJS</a></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/browser.png" title="Browser"></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/browser.png" title="Browser"></td>
<td valign="top" align="left"><a href="http://haxeui.org/getting-started/composite-backends/">Composite</a></td>
<td valign="top">...</td>
</tr>
<tr>
<td valign="top"><a href="https://github.com/haxeui/haxeui-android">haxeui-android</a></td>
<td valign="top"><i>none</i></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/mobile.png" title="Mobile"></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/mobile.png" title="Mobile"></td>
<td valign="top" align="left"><a href="http://haxeui.org/getting-started/native-backends/">Native</a></td>
<td valign="top">...</td>
</tr>
<tr>
<td valign="top"><a href="https://github.com/haxeui/haxeui-pdcurses">haxeui-pdcurses</a></td>
<td valign="top"><a href="https://github.com/wmcbrine/PDCurses">PDCurses</a></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><img src="https://raw.githubusercontent.com/haxeui/haxeui-core/master/.github/images/desktop.png" title="Desktop"></td>
<td valign="top" align="left"><a href="http://haxeui.org/getting-started/composite-backends/">Composite</a></td>
<td valign="top">...</td>
</tr>
Expand Down

0 comments on commit 1b7256c

Please sign in to comment.