Ivy-Interactive / Ivy-Interactive/Rusty-Framework

[Widgets] Implement Rust Widget APIs for Chat, Audio, Camera, and Signature Inputs

Open
#127 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Problem Statement

Missing Rust backend APIs for Chat interface and rich media input components (AudioInput, CameraInput, SignatureInput).

Missing Rust Widgets

  • Chat (message history stream, user/bot bubbles, typing indicator, quick replies)
  • AudioInput (voice recording & waveform preview)
  • CameraInput (webcam image/video capture)
  • SignatureInput (canvas signature pad)

Proposed Architecture & Design

  1. Add chat.rs and media_inputs.rs under rusty/src/widgets/.
  2. Expose builders and callback bindings (on_send, on_capture, on_sign).
  3. Re-export in rusty::widgets.

Acceptance Criteria

  • Chat, AudioInput, CameraInput, SignatureInput widget structs and builders implemented in Rust.
  • Serialized virtual tree output verified.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in rusty/src/widgets/ and review the existing widget API patterns before adding chat.rs and media_inputs.rs. Define the four widget structs, builders, and the proposed callbacks, then re-export them through rusty::widgets. Done means the APIs exist and their serialized virtual tree output is verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.