mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #84] [MERGED] feat: Add Go bindings package with centralized C header #1059
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#1059
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/84
Author: @dnakov
Created: 8/26/2025
Status: ✅ Merged
Merged: 8/28/2025
Merged by: @kommander
Base:
main← Head:main📝 Commits (2)
df6ca85feat: add Go bindings package with centralized C header7ac7adcfeat: update Go bindings for latest Zig API changes📊 Changes
15 files changed (+3155 additions, -0 deletions)
View changed files
📝
README.md(+15 -0)📝
package.json(+2 -0)➕
packages/core/src/zig/opentui.h(+120 -0)➕
packages/go/README.md(+230 -0)➕
packages/go/buffer.go(+327 -0)➕
packages/go/examples/basic/main.go(+156 -0)➕
packages/go/examples/console/README.md(+104 -0)➕
packages/go/examples/console/input.go(+209 -0)➕
packages/go/examples/console/main.go(+561 -0)➕
packages/go/go.mod(+3 -0)➕
packages/go/opentui.go(+159 -0)➕
packages/go/opentui_test.go(+356 -0)➕
packages/go/renderer.go(+336 -0)➕
packages/go/textbuffer.go(+362 -0)➕
packages/go/types.go(+215 -0)📄 Description
Summary
Test plan
go build ./...)go test -v)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.