tuitar-core

Crates.iotuitar-core
lib.rstuitar-core
version0.1.0
created_at2025-12-18 08:52:34.269194+00
updated_at2025-12-18 09:47:01.215211+00
descriptionCore library for Tuitar
homepagehttps://github.com/orhun/tuitar
repositoryhttps://github.com/orhun/tuitar
max_upload_size
id1991991
size72,268
Orhun Parmaksız (orhun)

documentation

https://github.com/orhun/tuitar#

README

Tuitar Core

The core logic and UI of Tuitar.

With using this library you can implement your own Tuitar-like applications. The current implementations are:

The library is currently capable of:

  • Draw the UI using Ratatui and track FPS via FpsWidget
  • Process raw audio samples and apply FFT with the provided backend (impl Transformer)
  • Track application state and provide methods suchs as pitch detection (State)
  • Load songs as MIDI or Guitar Pro format (see the songs module)

See the main documentation for more information.

Commit count: 0

cargo fmt