Go to file
Kinneyzhang a63dd61f78 chore(ebox-playground): use standalone ebox package
Keep the low-level playground runnable against the independent Ebox repository.
2026-08-05 09:15:54 +08:00
tests feat(playground): add Ebox layout examples 2026-08-05 06:59:23 +08:00
.gitignore feat(playground): add Ebox layout examples 2026-08-05 06:59:23 +08:00
ebox-playground.el feat(playground): add Ebox layout examples 2026-08-05 06:59:23 +08:00
Makefile chore(ebox-playground): use standalone ebox package 2026-08-05 09:15:54 +08:00
README.md feat(playground): add Ebox layout examples 2026-08-05 06:59:23 +08:00
README.zh-CN.md feat(playground): add Ebox layout examples 2026-08-05 06:59:23 +08:00

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.