mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-09 17:38:42 -06:00
104 lines
2.7 KiB
Markdown
104 lines
2.7 KiB
Markdown
<p></p><p></p>
|
|
<img src="https://raw.githubusercontent.com/griffi-gh/hui/master/.assets/hui.svg" width="120" align="left">
|
|
<h1>huї</h1>
|
|
<div>
|
|
<span>
|
|
Simple UI library for games and other interactive applications
|
|
</span><a href="https://crates.io/crates/hui" float="right">
|
|
<img alt="crates.io" src="https://img.shields.io/crates/v/hui.svg?style=flat-square" align="right" height="20">
|
|
</a><br><a href="./LICENSE.txt" align="right" float="right">
|
|
<img alt="license" src="https://img.shields.io/github/license/griffi-gh/hui?style=flat-square" align="right" width="102" height="20">
|
|
</a><span>
|
|
Formerly kubi-ui
|
|
</span>
|
|
</div>
|
|
<p></p>
|
|
<br clear="all">
|
|
|
|
<table align="center">
|
|
<td>
|
|
<img src="https://raw.githubusercontent.com/griffi-gh/hui/master/.assets/demo0.gif" width="300">
|
|
</td>
|
|
<td>
|
|
<img src="https://raw.githubusercontent.com/griffi-gh/hui/master/.assets/demo1.gif" width="300">
|
|
</td>
|
|
</table>
|
|
|
|
<h2>Backends</h2>
|
|
<p>
|
|
Latest stable release:
|
|
<a href="https://crates.io/crates/hui" float="right">
|
|
<img alt="crates.io" src="https://img.shields.io/crates/v/hui.svg?style=flat-square&label=&color=0d1117" height="20">
|
|
</a>
|
|
</p>
|
|
<table>
|
|
<tr>
|
|
<th align="center">
|
|
<code>hui</code>
|
|
</th>
|
|
<th align="center">
|
|
<code>glium</code> (render)
|
|
</th>
|
|
<th align="center">
|
|
<code>winit</code> (platform)
|
|
</th>
|
|
<th align="center">
|
|
<code>wgpu</code> (render)
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<code>master</code>
|
|
</th>
|
|
<td>
|
|
<code>hui-glium = <master></code><br>
|
|
<code>glium = "0.34"</code>
|
|
</td>
|
|
<td>
|
|
<code>hui-winit = <master></code><br>
|
|
<code>winit = "0.29"</code>
|
|
</td>
|
|
<td align="center">(support planned)</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<code>0.1.0-alpha.2</code>
|
|
</th>
|
|
<td>
|
|
<code>hui-glium = "0.1.0-alpha.2"</code><br>
|
|
<code>glium = "0.34"</code>
|
|
</td>
|
|
<td align="center" colspan="2">N/A</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<code>0.1.0-alpha.1</code>
|
|
</th>
|
|
<td>
|
|
<code>hui-glium = "0.1.0-alpha.1"</code><br>
|
|
<code>glium = "0.34"</code>
|
|
</td>
|
|
<td align="center" colspan="2">N/A</td>
|
|
</tr>
|
|
<!-- <tr>
|
|
<td align="center">
|
|
<code>0.0.2</code>
|
|
</th>
|
|
<td>
|
|
<code>hui-glium = "0.0.2"</code><br>
|
|
<code>glium = "0.34"</code>
|
|
</td>
|
|
<td align="center">-</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<code>0.0.1</code>
|
|
</th>
|
|
<td>
|
|
<code>hui-glium = "0.0.1"</code><br>
|
|
<code>glium = "0.34"</code>
|
|
</td>
|
|
<td align="center">-</td>
|
|
</tr> -->
|
|
</table>
|