LICENSE
MANIFEST.in
README.md
pyproject.toml
dist/include/baba.h
dist/include/core/types.h
dist/include/core/vec.h
dist/include/layout/layout.h
dist/include/platform/window.h
dist/include/render/painter.h
dist/include/render/vulkan_renderer.h
dist/include/theme/theme.h
dist/include/widgets/button.h
dist/include/widgets/label.h
dist/include/widgets/textbox.h
dist/include/widgets/widget.h
dist/lib/macos/libbaba.a
python/baba/__init__.py
python/baba/_core.py
python/baba/_ffi/ffi_build.py
python/baba/include/baba.h
python/baba/include/core/types.h
python/baba/include/core/vec.h
python/baba/include/layout/layout.h
python/baba/include/platform/window.h
python/baba/include/render/painter.h
python/baba/include/render/vulkan_renderer.h
python/baba/include/theme/theme.h
python/baba/include/widgets/button.h
python/baba/include/widgets/label.h
python/baba/include/widgets/textbox.h
python/baba/include/widgets/widget.h
python/baba/lib/libbaba_macos.a
python/baba_gui.egg-info/PKG-INFO
python/baba_gui.egg-info/SOURCES.txt
python/baba_gui.egg-info/dependency_links.txt
python/baba_gui.egg-info/requires.txt
python/baba_gui.egg-info/top_level.txt
python/tests/test_baba.py
src/baba.h
src/core/app.c
src/core/types.h
src/core/vec.h
src/core/window.c
src/layout/layout.c
src/layout/layout.h
src/platform/platform.c
src/platform/window.h
src/platform/linux/wayland_surface.c
src/platform/linux/wayland_window.c
src/platform/linux/x11_surface.c
src/platform/linux/x11_window.c
src/platform/windows/surface.c
src/platform/windows/window.c
src/render/painter.c
src/render/painter.h
src/render/vulkan_renderer.c
src/render/vulkan_renderer.h
src/theme/theme.c
src/theme/theme.h
src/widgets/button.c
src/widgets/button.h
src/widgets/container.c
src/widgets/label.c
src/widgets/label.h
src/widgets/textbox.c
src/widgets/textbox.h
src/widgets/widget.c
src/widgets/widget.h