You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ embed_video(type="video/mp4", src="haalka.mp4", caption="A Minecraft-like UI made with haalka") }}
276
+
277
+
হালকা: _in bengali, haalka means "light" (e.g. not heavy) and can also be used to mean "easy"_
278
+
279
+
Haalka is an ergonomic reactivity library powered by the [FRP](https://en.wikipedia.org/wiki/Functional_reactive_programming) signals of [futures-signals](https://github.com/Pauan/rust-signals).
280
+
It is a port of the web UI libraries [MoonZoon](https://github.com/MoonZoon/MoonZoon) and [Dominator](https://github.com/Pauan/rust-dominator)
281
+
and offers the same signal semantics as a thin layer on top of bevy_ui.
282
+
283
+
While haalka is primarily targeted at UI and provides high level UI abstractions as such,
284
+
its core abstraction can be used to manage signals-powered reactivity for any entity, not just bevy_ui nodes.
0 commit comments