mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #550] [MERGED] gray scale buffer draw methods #1392
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1392
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/550
Author: @kommander
Created: 1/18/2026
Status: ✅ Merged
Merged: 1/18/2026
Merged by: @kommander
Base:
main← Head:extracted-gray-scale-draw📝 Commits (4)
5dbf06ainit gray scale drawinge7f21c2cover and improve89a9adecleanup81a1029cleanup📊 Changes
9 files changed (+1111 additions, -3 deletions)
View changed files
📝
packages/core/docs/env-vars.md(+7 -0)📝
packages/core/src/buffer.ts(+36 -1)➕
packages/core/src/examples/grayscale-buffer-demo.ts(+242 -0)📝
packages/core/src/examples/index.ts(+7 -0)📝
packages/core/src/renderer.ts(+17 -1)📝
packages/core/src/zig.ts(+72 -0)📝
packages/core/src/zig/buffer.zig(+171 -1)📝
packages/core/src/zig/lib.zig(+12 -0)📝
packages/core/src/zig/tests/buffer_test.zig(+547 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.