689 B
689 B
Core
Core is what makes helium churn, without devolving in to boring technicals it includes helium's auto ui texture atlassing tech, element creation, scenes, and input subscriptions.
Relevant user facing modules:
Element
Element is the class for every ui element, in practice it's glue between the code you write and the other parts of helium.
Input
Input allows to create callbacks for helium internal input events
Scene
Scenes are just that, a composition of elements you can render, update, switch between etc.