tek/crates/tek_core
unspeaker 7bcd40b425 refactor: down to 50 errors
considering whether to implement layout methods on Area
2024-09-07 13:20:56 +03:00
..
src refactor: down to 50 errors 2024-09-07 13:20:56 +03:00
Cargo.toml okay now it does not deadlock 2024-09-06 00:41:29 +03:00
README.md wip: refactor into crates 2024-08-04 14:54:00 +03:00

tek_core

Core "utilities" module of Tek TUI DAW.

Exiting

The Exit trait defines the API for exitable entities, such as the main app or the modal dialogs.

Rendering output

The Render trait...

The render! macro for implementing the Render trait...

The render_thread function for starting the render thread...

The various layout and rendering helpers...

Handling input

The Handle trait...

The handle! macro...

The input_thread function...

Running an app

The Component trait...

The run function...

Module helpers

The submod! macro...

The pubmod! macro...