helium/docs/Core.md
Elmārs Āboliņš f85b19c118 Documentation
2021-06-22 14:12:19 +03:00

26 lines
694 B
Markdown

## 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.
[Find more here](./core/Element.md)
### Input
Input allows to create callbacks for helium internal input events
[Find more here](./core/State-Input-Guide.md)
[and here](./core/Input-events.md)
### Scene
Scenes are just that, a composition of elements you can render, update, switch between etc.
[Find more here](./core/Scenes.md)