[PR #9] [CLOSED] docs: "Caustics Shader" and "Lava Lamp Shader" demos #999

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/9
Author: @iwoplaza
Created: 8/4/2025
Status: Closed

Base: mainHead: example/caustics


📝 Commits (8)

📊 Changes

7 files changed (+530 additions, -4 deletions)

View changed files

📝 bun.lock (+47 -4)
bunfig.toml (+1 -0)
📝 package.json (+3 -0)
preload.ts (+8 -0)
src/examples/caustics-demo.ts (+231 -0)
📝 src/examples/index.ts (+14 -0)
src/examples/lavalamp-demo.ts (+226 -0)

📄 Description

These examples showcase how to use OpenTUI & TypeGPU

https://github.com/user-attachments/assets/2cae73e3-a1bb-421a-8ad9-e6571874a308

https://github.com/user-attachments/assets/cab29ffe-4216-4013-89cb-ab0a31b17374


🔄 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/9 **Author:** [@iwoplaza](https://github.com/iwoplaza) **Created:** 8/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `example/caustics` --- ### 📝 Commits (8) - [`5e6cf00`](https://github.com/anomalyco/opentui/commit/5e6cf006f71f17dff05f0b382c924e06d464b156) Migrate the Caustics demo - [`a5f369f`](https://github.com/anomalyco/opentui/commit/a5f369fd76db40df2b84e315ff7e838518f60a59) Update typegpu version - [`4f037c3`](https://github.com/anomalyco/opentui/commit/4f037c3a557c15da4d725cf6f143ce4ec5a782d0) Improve demo code - [`d39cf47`](https://github.com/anomalyco/opentui/commit/d39cf47d98566dfc6291104eb061c6b31dfeed73) Update caustics-demo.ts - [`2782688`](https://github.com/anomalyco/opentui/commit/27826886fb3cc7e82f5c8b582e1df700f711568e) Lava Lamp example - [`c0a1577`](https://github.com/anomalyco/opentui/commit/c0a1577dc30022249701b2ac6ec70d68b1c7427f) Use officially released TypeGPU packages - [`b3f7ddd`](https://github.com/anomalyco/opentui/commit/b3f7ddd9ac7e9ea32e922049f83c62b62ac539c7) Cleanup - [`84e7de9`](https://github.com/anomalyco/opentui/commit/84e7de92761c603d880ae41c35eb2081ef74a1ee) Merge branch 'main' into example/caustics ### 📊 Changes **7 files changed** (+530 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `bun.lock` (+47 -4) ➕ `bunfig.toml` (+1 -0) 📝 `package.json` (+3 -0) ➕ `preload.ts` (+8 -0) ➕ `src/examples/caustics-demo.ts` (+231 -0) 📝 `src/examples/index.ts` (+14 -0) ➕ `src/examples/lavalamp-demo.ts` (+226 -0) </details> ### 📄 Description These examples showcase how to use OpenTUI & TypeGPU https://github.com/user-attachments/assets/2cae73e3-a1bb-421a-8ad9-e6571874a308 https://github.com/user-attachments/assets/cab29ffe-4216-4013-89cb-ab0a31b17374 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:12:57 +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#999
No description provided.