mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[GH-ISSUE #138] Failed to initialize OpenTUI render library #33
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#33
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 @luuk00101 on GitHub (Sep 5, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/138
Hey guys,
after running
bun installandbun install @opentui/core(after pulling the latest changes) from the root of the git cloned repository and changing directory topackages/core/src/examplesand runningbun run physx-planck-2d-demo.ts(but everything else threw that error)I'm getting this error:
Any idea what's going on?
Thank you!
@kommander commented on GitHub (Sep 5, 2025):
Jup, main changed and the release does not include these changes, so the prebuilt packages won't work. You can checkout the latest release commit which should be "prepare release 0.1.14", for that the prebuilt packages should work.
Or you
bun run buildfrom the root, must have zig 0.14.1 available though.@luuk00101 commented on GitHub (Sep 5, 2025):
thank you, @kommander! 👍