Skip to content

Releases: qeffects/helium

Ionic

22 Jun 11:39
Compare
Choose a tag to compare

The changes since 1.0.1 are pretty massive, some of the notable ones:

  • A lot of abstraction of common UI elements (Shells)
  • A lot more control over element lifecycle (Hooks)
  • Introduced common caching atlases (less ram, more performance)
  • Introduced scenes
  • Introduced layout schemes
  • The hotswap loader is now deprecated

Cosmic hotfix

23 Feb 01:35
Compare
Choose a tag to compare

Minor bugs fixed after user complaints

Cosmic

19 Feb 22:59
Compare
Choose a tag to compare

The API should now be stable, I've personally used it to make a very nice Main menu screen for now, the code for which is here

In this release:

  • TypescriptToLua type definitions
  • New input subscription way
  • New Element creation way
  • Input windowing
  • Element bound Proxy tables, to be used for animations or other nefarious uses (integrates very nicely with flux)
    (Also useful to make a nondestructive copy of a misc table)
  • Added new optional callbacks for states
  • Subscription relative and absolute sizing

The readme file is growing out of control, I'll see if I have time to restructure it in to the Github wiki