# Are there any UI framework for Heaps?

**URL:** https://community.haxe.org/t/are-there-any-ui-framework-for-heaps/2023
**Category:** Haxe
**Created:** [September 16, 2019, 2:31pm UTC](https://community.haxe.org/t/are-there-any-ui-framework-for-heaps/2023 "2019-09-16T14:31:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Zhan](https://community.haxe.org/user_avatar/community.haxe.org/zhan/32/468_2.png) [@Zhan](https://community.haxe.org/u/Zhan)
#### Post date: [September 16, 2019, 2:31pm UTC](https://community.haxe.org/t/are-there-any-ui-framework-for-heaps/2023/1 "2019-09-16T14:31:01Z")

</div>

> **[HeapsIO/heaps](https://github.com/HeapsIO/heaps)**
>
> Heaps : Haxe Game Framework. Contribute to HeapsIO/heaps development by creating an account on GitHub.

Are there any UI framework for Heaps?

I want to try use Heaps for my client game framework, but I can’t find any suitable UI ?

---

<div class="post-metadata">

### Author: ![Confidant](https://community.haxe.org/user_avatar/community.haxe.org/confidant/32/63_2.png) [@Confidant](https://community.haxe.org/u/Confidant)
#### Post date: [September 16, 2019, 3:26pm UTC](https://community.haxe.org/t/are-there-any-ui-framework-for-heaps/2023/2 "2019-09-16T15:26:13Z")

</div>

Last I heard there was DomKit, which seems pretty bare bones right now.

> **[Using Heaps Components - Heaps.io Game Engine](https://heaps.io/documentation/domkit.html)**
>
> In order to use Domkit to create a heaps components, you simply need to implements h2d.domkit.Object and define your document in the SRC static as the following sample shows:

> **[HeapsIO/domkit](https://github.com/HeapsIO/domkit)**
>
> CSS Components based strictly typed UI framework for Haxe

---

<div class="post-metadata">

### Author: ![ianharrigan](https://community.haxe.org/user_avatar/community.haxe.org/ianharrigan/32/52_2.png) [@ianharrigan](https://community.haxe.org/u/ianharrigan)
#### Post date: [September 16, 2019, 6:42pm UTC](https://community.haxe.org/t/are-there-any-ui-framework-for-heaps/2023/3 "2019-09-16T18:42:19Z")

</div>

There is a haxeui-heaps backend ([GitHub - haxeui/haxeui-heaps](https://github.com/haxeui/haxeui-heaps)), but ive never used it and im fairly sure development has stalled on it (@aW4KeNiNG might be able to shed more light on it) - that said, it may be nice to breathe some life back into it if anyone, who knows heaps, is willing.

Ian
