[PR #374] [MERGED] Replace yoga-layout with bun-yoga, snapshot PR #1275

Closed
opened 2026-03-14 09:27:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/374
Author: @remorses
Created: 12/2/2025
Status: Merged
Merged: 12/2/2025
Merged by: @kommander

Base: bun-yoga-pr-356Head: yoga-ffi


📝 Commits (5)

  • b51f722 fix(OSC4): tmux 3.6 has native support for OSC4 and should not be wrapped (#373)
  • 9be117d chore: update bun-yoga to 0.2.9
  • fea2dcb chore: update bun-yoga to 0.2.10
  • 3efda82 Merge remote-tracking branch 'upstream/main' into yoga-ffi
  • 2244749 fix: check if renderer destroyed after frame callbacks

📊 Changes

4 files changed (+24 additions, -17 deletions)

View changed files

📝 bun.lock (+8 -8)
📝 packages/core/package.json (+1 -1)
📝 packages/core/src/lib/terminal-palette.ts (+6 -6)
📝 packages/core/src/renderer.ts (+9 -2)

📄 Description

Replace yoga-layout (WASM) with bun-yoga (native FFI via Zig)

This new bun-yoga version should be statically analyzable by bun now


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/374 **Author:** [@remorses](https://github.com/remorses) **Created:** 12/2/2025 **Status:** ✅ Merged **Merged:** 12/2/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `bun-yoga-pr-356` ← **Head:** `yoga-ffi` --- ### 📝 Commits (5) - [`b51f722`](https://github.com/anomalyco/opentui/commit/b51f722564661aac34ad29cb2fb20099fc6bde51) fix(OSC4): tmux 3.6 has native support for OSC4 and should not be wrapped (#373) - [`9be117d`](https://github.com/anomalyco/opentui/commit/9be117d04f6201606cf5ef3d1ecdb87c656a5abf) chore: update bun-yoga to 0.2.9 - [`fea2dcb`](https://github.com/anomalyco/opentui/commit/fea2dcb04e534f65077499a4506237193ba6f5a2) chore: update bun-yoga to 0.2.10 - [`3efda82`](https://github.com/anomalyco/opentui/commit/3efda824f50334757867f7205a558ed69de86cb5) Merge remote-tracking branch 'upstream/main' into yoga-ffi - [`2244749`](https://github.com/anomalyco/opentui/commit/22447490c65a0aff830b1e11f002d49708a33510) fix: check if renderer destroyed after frame callbacks ### 📊 Changes **4 files changed** (+24 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `bun.lock` (+8 -8) 📝 `packages/core/package.json` (+1 -1) 📝 `packages/core/src/lib/terminal-palette.ts` (+6 -6) 📝 `packages/core/src/renderer.ts` (+9 -2) </details> ### 📄 Description Replace yoga-layout (WASM) with bun-yoga (native FFI via Zig) This new bun-yoga version should be statically analyzable by bun now --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:27:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#1275
No description provided.