[PR #315] [MERGED] add 5k celebration demo #1230

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/315
Author: @kommander
Created: 11/13/2025
Status: Merged
Merged: 11/13/2025
Merged by: @kommander

Base: mainHead: 5k-rebased


📝 Commits (4)

📊 Changes

11 files changed (+2314 additions, -18 deletions)

View changed files

📝 packages/core/src/3d/WGPURenderer.ts (+16 -0)
📝 packages/core/src/3d/canvas.ts (+23 -0)
packages/core/src/examples/golden-star-demo.ts (+921 -0)
📝 packages/core/src/examples/index.ts (+23 -15)
📝 packages/core/src/lib/ascii.font.ts (+7 -1)
packages/core/src/lib/fonts/grid.json (+265 -0)
packages/core/src/lib/fonts/huge.json (+741 -0)
packages/core/src/lib/fonts/pallet.json (+314 -0)
📝 packages/core/src/renderables/Select.ts (+0 -1)
📝 packages/core/src/renderer.ts (+3 -0)
📝 packages/core/src/zig.ts (+1 -1)

📄 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/315 **Author:** [@kommander](https://github.com/kommander) **Created:** 11/13/2025 **Status:** ✅ Merged **Merged:** 11/13/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `5k-rebased` --- ### 📝 Commits (4) - [`6b400ad`](https://github.com/anomalyco/opentui/commit/6b400ad77f43afeead2a0a806f93902d3f17c391) rebase - [`a50d0cd`](https://github.com/anomalyco/opentui/commit/a50d0cd125aab2700a87f6cb893a78c8296007b0) add to index - [`12c8b5d`](https://github.com/anomalyco/opentui/commit/12c8b5d5efb25512f39b98b89cfa251445798c55) transparent example selector - [`328cf31`](https://github.com/anomalyco/opentui/commit/328cf317bf00bcd66d65a94e05cb2acb94dfafd4) cleanup band ### 📊 Changes **11 files changed** (+2314 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/3d/WGPURenderer.ts` (+16 -0) 📝 `packages/core/src/3d/canvas.ts` (+23 -0) ➕ `packages/core/src/examples/golden-star-demo.ts` (+921 -0) 📝 `packages/core/src/examples/index.ts` (+23 -15) 📝 `packages/core/src/lib/ascii.font.ts` (+7 -1) ➕ `packages/core/src/lib/fonts/grid.json` (+265 -0) ➕ `packages/core/src/lib/fonts/huge.json` (+741 -0) ➕ `packages/core/src/lib/fonts/pallet.json` (+314 -0) 📝 `packages/core/src/renderables/Select.ts` (+0 -1) 📝 `packages/core/src/renderer.ts` (+3 -0) 📝 `packages/core/src/zig.ts` (+1 -1) </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:25:22 +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#1230
No description provided.