ebox-playground/README.md
Kinneyzhang f8a6d6d40f feat(playground): add Ebox layout examples
Provide a standalone public-API-only Ebox playground demonstrating Grid layout and buffer lifecycle with tests and bilingual README documentation.
2026-08-05 06:59:23 +08:00

464 B

ebox-playground

ebox-playground is the independent developer example package for Ebox. It uses only public Ebox constructors and demonstrates fixed, fractional, two-dimensional, and placed layout. It is separate from etaf-playground, which demonstrates the higher-level Component and Runtime framework.

(require 'ebox-playground)
(ebox-playground-open)

Run make check EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs from this directory.