Documentation
¶
Overview ¶
grid renders an interactive grid of colored rectangles that respond to mouse hover and click-to-focus, demonstrating tuist's marker-based zone system with side-by-side layout.
Usage:
go run ./pkg/tuist/demos grid
keygen is a keygen-style ASCII art stress test for tuist. It renders an animated Mandelbrot zoom with a retro status chrome, pushing a full-screen repaint every frame to exercise the render pipeline.
Usage:
go run ./pkg/tuist/demos keygen go run ./pkg/tuist/demos keygen -bench
logs is an interactive stress test for tuist rendering. It creates a TUI with a large scrollable log and hotkeys to exercise every rendering code path. Render debug is automatically enabled.
Usage:
go run ./pkg/tuist/demos logs go run ./pkg/tuist/demos logs -lines 500
Command demos is a consolidated launcher for tuist demo programs.
Usage:
go run ./pkg/tuist/demos # interactive menu go run ./pkg/tuist/demos keygen # Mandelbrot fractal go run ./pkg/tuist/demos grid # interactive color grid go run ./pkg/tuist/demos logs # scrollable log stress test
Click to show internal directories.
Click to hide internal directories.