tek/crates/tek_core
unspeaker dd21f73e9d enable interior mutability for time/note axis
this will allow to adapt the cursor position
during render, always keeping it visible
2024-10-24 22:48:07 +03:00
..
examples fix layout overflow of Stack component 2024-10-06 06:52:03 +03:00
src enable interior mutability for time/note axis 2024-10-24 22:48:07 +03:00
Cargo.toml Update JACK to 0.13 2024-09-22 14:19:56 -07: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...