mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[GH-ISSUE #217] OpenTUI Python 🐍 #54
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#54
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?
Originally created by @aretrace on GitHub (Oct 19, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/217
potentially perhaps maybe possibly consider a python binding
🥺👉👈
@kommander commented on GitHub (Oct 19, 2025):
That would be possible. There is still a lot to do for the native core though and I am at limit. Wouldn't mind if someone picks that up, but the core is also very much in flux and things change so much that it has to keep up with. A big chunk is still in typescript, which means bindings have to reimplement a lot. That's what made Go fall behind as well. Will get better, but a long way to go still.
@patrick91 commented on GitHub (Oct 28, 2025):
I'd love to help with this! Maybe when the core is more stable we can start? 👀
I've had some experience with making Python bindings for Rust libraries, hopefully the transition to Zig is not that bad? :D
@kommander commented on GitHub (Oct 28, 2025):
Yeah, see #236. It exposes a C ABI, but header generation or maintenance is needed.
@msmps commented on GitHub (Jan 7, 2026):
We're focusing the main opentui monorepo on only @opentui/core, @opentui/react, and @opentui/solid. Language bindings should be maintained as independent repositories.
See #489 for details