You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update README with new examples and features
- Expand COMPOSITOR_EFFECTS.md with PreBufferPaint usage
- Update RENDERING_PIPELINE.md with buffer paint events
- Add EXAMPLES.md documenting all example applications
Copy file name to clipboardExpand all lines: README.md
+22-6Lines changed: 22 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -574,20 +574,35 @@ windowSystem.Theme = new MyDarkTheme();
574
574
575
575
### Compositor Effects
576
576
577
-
SharpConsoleUI v2.0+ exposes the rendering buffer for post-processing effects, enabling compositor-style visual enhancements:
577
+
SharpConsoleUI v2.0+ exposes the rendering buffer for custom backgrounds and post-processing effects via `PreBufferPaint` and `PostBufferPaint` events:
578
578
579
579
```csharp
580
-
// Apply fade-in transition effect
580
+
// Custom animated background (renders BEFORE controls)
0 commit comments