[PR #22] [MERGED] Make mono repo #1011

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/22
Author: @kommander
Created: 8/15/2025
Status: Merged
Merged: 8/15/2025
Merged by: @kommander

Base: mainHead: make-mono-repo


📝 Commits (4)

📊 Changes

112 files changed (+122 additions, -88 deletions)

View changed files

📝 .gitignore (+0 -5)
📝 README.md (+6 -25)
📝 bun.lock (+8 -2)
📝 package.json (+5 -56)
packages/core/.gitignore (+4 -0)
packages/core/README.md (+41 -0)
packages/core/package.json (+58 -0)
📝 packages/core/scripts/build.mjs (+0 -0)
📝 packages/core/scripts/pack.mjs (+0 -0)
📝 packages/core/scripts/publish.mjs (+0 -0)
📝 packages/core/src/3d.ts (+0 -0)
📝 packages/core/src/3d/SpriteResourceManager.ts (+0 -0)
📝 packages/core/src/3d/SpriteUtils.ts (+0 -0)
📝 packages/core/src/3d/TextureUtils.ts (+0 -0)
📝 packages/core/src/3d/WGPURenderer.ts (+0 -0)
📝 packages/core/src/3d/animation/ExplodingSpriteEffect.ts (+0 -0)
📝 packages/core/src/3d/animation/PhysicsExplodingSpriteEffect.ts (+0 -0)
📝 packages/core/src/3d/animation/SpriteAnimator.ts (+0 -0)
📝 packages/core/src/3d/animation/SpriteParticleGenerator.ts (+0 -0)
📝 packages/core/src/3d/canvas.ts (+0 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/22 **Author:** [@kommander](https://github.com/kommander) **Created:** 8/15/2025 **Status:** ✅ Merged **Merged:** 8/15/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `make-mono-repo` --- ### 📝 Commits (4) - [`2fec465`](https://github.com/anomalyco/opentui/commit/2fec4652ca0e1d5433575cccf192c32a5dcd4968) move - [`436dfd7`](https://github.com/anomalyco/opentui/commit/436dfd7c8291d3c89cd21fdb87b0fe4580ac141c) setup mono - [`7a159f8`](https://github.com/anomalyco/opentui/commit/7a159f83318d5da24406b8bd3bfe42c050a4f0ed) fix readme - [`382268e`](https://github.com/anomalyco/opentui/commit/382268e7969498f2938f648846d3e5c916d1193a) fix again ### 📊 Changes **112 files changed** (+122 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+0 -5) 📝 `README.md` (+6 -25) 📝 `bun.lock` (+8 -2) 📝 `package.json` (+5 -56) ➕ `packages/core/.gitignore` (+4 -0) ➕ `packages/core/README.md` (+41 -0) ➕ `packages/core/package.json` (+58 -0) 📝 `packages/core/scripts/build.mjs` (+0 -0) 📝 `packages/core/scripts/pack.mjs` (+0 -0) 📝 `packages/core/scripts/publish.mjs` (+0 -0) 📝 `packages/core/src/3d.ts` (+0 -0) 📝 `packages/core/src/3d/SpriteResourceManager.ts` (+0 -0) 📝 `packages/core/src/3d/SpriteUtils.ts` (+0 -0) 📝 `packages/core/src/3d/TextureUtils.ts` (+0 -0) 📝 `packages/core/src/3d/WGPURenderer.ts` (+0 -0) 📝 `packages/core/src/3d/animation/ExplodingSpriteEffect.ts` (+0 -0) 📝 `packages/core/src/3d/animation/PhysicsExplodingSpriteEffect.ts` (+0 -0) 📝 `packages/core/src/3d/animation/SpriteAnimator.ts` (+0 -0) 📝 `packages/core/src/3d/animation/SpriteParticleGenerator.ts` (+0 -0) 📝 `packages/core/src/3d/canvas.ts` (+0 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:13:30 +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#1011
No description provided.