hUI/README.md

84 lines
2.1 KiB
Markdown
Raw Normal View History

2024-02-17 21:49:45 +00:00
<p></p><p></p>
<img src="https://raw.githubusercontent.com/griffi-gh/hui/master/.assets/hui.svg" width="120" align="left">
2024-02-17 21:48:48 +00:00
<h1>huї</h1>
<div>
2024-02-19 16:10:30 +00:00
<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" align="right" height="20">
</a><br><a href="./LICENSE.txt" align="right" float="right">
2024-02-17 21:53:39 +00:00
<img alt="license" src="https://img.shields.io/github/license/griffi-gh/hui" align="right" width="102" height="20">
2024-02-19 16:10:30 +00:00
</a><span>
2024-02-17 21:48:48 +00:00
Formerly kubi-ui
2024-02-19 16:10:30 +00:00
</span>
</div>
2024-02-17 21:48:48 +00:00
<p></p>
2024-02-17 21:33:09 +00:00
<br clear="all">
2024-02-17 21:53:39 +00:00
<table align="center">
2024-02-17 21:33:09 +00:00
<td>
<img src="https://raw.githubusercontent.com/griffi-gh/hui/master/.assets/demo0.gif" width="300">
2024-02-17 21:33:09 +00:00
</td>
<td>
<img src="https://raw.githubusercontent.com/griffi-gh/hui/master/.assets/demo1.gif" width="300">
2024-02-17 21:33:09 +00:00
</td>
</table>
2024-02-19 16:10:30 +00:00
<h2>Backends</h2>
<table>
<tr>
<th align="center">
<code>hui</code>
</th>
<th align="center">
<code>glium</code>
</th>
<th align="center">
<code>winit</code>
</th>
<th align="center">
<code>wgpu</code>
</th>
</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>