2 Open Issues Need Help Last updated: Apr 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Enhance the `backer` crate's layout system to allow users to specify node positions relative to their parent or globally. This involves modifying the `Area` struct and related functions to include relative and global translation properties, and updating the layout algorithm to handle these new properties correctly. The goal is to provide more flexible positioning options for UI elements.

Complexity: 4/5
enhancement help wanted

A library for straight-forward UI layout.

Rust

AI Summary: Refactor the Backer library's layout algorithm to replace its recursive implementation with an iterative approach using a stack or queue data structure. This is necessary to prevent stack overflow errors when dealing with deeply nested layouts.

Complexity: 4/5
enhancement help wanted

A library for straight-forward UI layout.

Rust