hUI/README.md

114 lines
2.9 KiB
Markdown
Raw Normal View History

2024-02-17 15:49:45 -06:00
<p></p><p></p>
<img src="https://raw.githubusercontent.com/griffi-gh/hui/master/.assets/hui.svg" width="120" align="left">
2024-02-20 15:45:10 -06:00
<h1>hui</h1>
2024-02-17 15:48:48 -06:00
<div>
2024-02-19 10:10:30 -06:00
<span>
Simple UI library for games and other interactive applications
</span><a href="https://crates.io/crates/hui" float="right">
2024-02-19 10:35:12 -06:00
<img alt="crates.io" src="https://img.shields.io/crates/v/hui.svg?style=flat-square" align="right" height="20">
2024-02-19 10:10:30 -06:00
</a><br><a href="./LICENSE.txt" align="right" float="right">
2024-02-19 10:35:12 -06:00
<img alt="license" src="https://img.shields.io/github/license/griffi-gh/hui?style=flat-square" align="right" width="102" height="20">
2024-02-19 10:10:30 -06:00
</a><span>
2024-02-17 15:48:48 -06:00
Formerly kubi-ui
2024-02-19 10:10:30 -06:00
</span>
</div>
2024-02-17 15:48:48 -06:00
<p></p>
2024-02-17 15:33:09 -06:00
<br clear="all">
2024-02-17 15:53:39 -06:00
<table align="center">
2024-02-17 15:33:09 -06:00
<td>
<img src="https://raw.githubusercontent.com/griffi-gh/hui/master/.assets/demo0.gif" width="300">
2024-02-17 15:33:09 -06:00
</td>
<td>
<img src="https://raw.githubusercontent.com/griffi-gh/hui/master/.assets/demo1.gif" width="300">
2024-02-17 15:33:09 -06:00
</td>
</table>
2024-02-19 10:10:30 -06:00
<h2>Backends</h2>
2024-02-19 10:35:12 -06:00
<p>
Latest stable release:&nbsp;
<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>
2024-02-19 10:10:30 -06:00
<table>
<tr>
<th align="center">
<code>hui</code>
</th>
<th align="center">
2024-02-19 10:47:43 -06:00
<code>glium</code> (render)
2024-02-19 10:10:30 -06:00
</th>
<th align="center">
2024-02-19 10:47:43 -06:00
<code>winit</code> (platform)
2024-02-19 10:10:30 -06:00
</th>
<th align="center">
2024-02-19 10:47:43 -06:00
<code>wgpu</code> (render)
2024-02-19 10:10:30 -06:00
</th>
</tr>
2024-02-19 10:24:31 -06:00
<tr>
<td align="center">
2024-02-19 10:25:12 -06:00
<code>master</code>
2024-02-19 10:24:31 -06:00
</th>
<td>
2024-02-19 10:25:12 -06:00
<code>hui-glium = &lt;master&gt;</code><br>
2024-02-19 10:24:31 -06:00
<code>glium = "0.34"</code>
</td>
<td>
<code>hui-winit = &lt;master&gt;</code><br>
<code>winit = "0.29"</code>
</td>
2024-02-19 10:27:16 -06:00
<td align="center">(support planned)</td>
2024-02-19 10:24:31 -06:00
</tr>
2024-02-20 14:21:58 -06:00
<tr>
<td align="center">
<code>0.1.0-alpha.3</code>
</th>
<td>
<code>hui-glium = "0.1.0-alpha.3"</code><br>
<code>glium = "0.34"</code>
</td>
<td align="center" colspan="2">N/A</td>
</tr>
2024-02-19 10:10:30 -06:00
<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>