LICENSE
MANIFEST.in
README.md
pyproject.toml
levizr_morph.egg-info/PKG-INFO
levizr_morph.egg-info/SOURCES.txt
levizr_morph.egg-info/dependency_links.txt
levizr_morph.egg-info/entry_points.txt
levizr_morph.egg-info/requires.txt
levizr_morph.egg-info/top_level.txt
morph/__init__.py
morph/bin/.gitkeep
morph/build/__init__.py
morph/build/compiler.py
morph/build/manifest.py
morph/build/optimizer.py
morph/cli/__init__.py
morph/cli/cmd_build.py
morph/cli/cmd_cache.py
morph/cli/cmd_dev.py
morph/cli/cmd_doctor.py
morph/cli/cmd_init.py
morph/cli/cmd_pkg.py
morph/cli/cmd_run.py
morph/cli/main.py
morph/codegen/__init__.py
morph/codegen/emitter.py
morph/codegen/event_emitter.py
morph/codegen/feature_set.py
morph/codegen/node_emitter.py
morph/codegen/templates/app_main.cpp.j2
morph/codegen/templates/node_custom.cpp.j2
morph/codegen/templates/node_rect.cpp.j2
morph/codegen/templates/node_text.cpp.j2
morph/codegen/templates/node_viewport.cpp.j2
morph/codegen/templates/window.cpp.j2
morph/config/__init__.py
morph/config/loader.py
morph/config/schema.py
morph/dev/__init__.py
morph/dev/devrt.py
morph/dev/pipeline.py
morph/dev/server.py
morph/dev/watcher.py
morph/dom/__init__.py
morph/dom/attributes.py
morph/dom/node.py
morph/dom/query.py
morph/dom/tree.py
morph/ir/__init__.py
morph/ir/builder.py
morph/ir/css_registry.py
morph/ir/event.py
morph/ir/node.py
morph/ir/serializer.py
morph/ir/style.py
morph/js/__init__.py
morph/js/bridge.py
morph/js/builtins.py
morph/js/interpreter.py
morph/js/walker.py
morph/layout/__init__.py
morph/layout/box.py
morph/layout/engine.py
morph/layout/flex.py
morph/layout/inline.py
morph/layout/units.py
morph/parser/__init__.py
morph/parser/errors.py
morph/parser/jsx_walker.py
morph/parser/morph_parser.py
morph/pkg/__init__.py
morph/pkg/installer.py
morph/pkg/manager.py
morph/pkg/manifest.py
morph/pkg/registry.py
morph/pkg/resolver.py
morph/runtime/core/event.h
morph/runtime/core/glad.c
morph/runtime/core/node.cpp
morph/runtime/core/node.h
morph/runtime/core/renderer.h
morph/runtime/core/window.cpp
morph/runtime/core/window.h
morph/runtime/core/window_manager.h
morph/runtime/dev/.gitkeep
morph/runtime/dev/CMakeLists.txt
morph/runtime/dev/dev_socket.cpp
morph/runtime/dev/dev_socket.h
morph/runtime/dev/inspector.h
morph/runtime/dev/ir_deserializer.h
morph/runtime/dev/json_parser.h
morph/runtime/dev/main.cpp
morph/runtime/render/gl_renderer.cpp
morph/runtime/render/gl_renderer.h
morph/runtime/render/shader.h
morph/runtime/shaders/.gitkeep
morph/runtime/style/style.h
morph/runtime/style/features/base.h
morph/runtime/style/features/border.h
morph/runtime/style/features/cursor.h
morph/runtime/style/features/flex.h
morph/runtime/style/features/outline.h
morph/runtime/style/features/position.h
morph/runtime/style/features/scroll.h
morph/runtime/style/features/shadow.h
morph/runtime/vendor/.gitkeep
morph/runtime/vendor/stb_image.c
morph/runtime/vendor/stb_image.h
morph/runtime/vendor/glad/glad.h
morph/runtime/viewport/viewport_driver.h
morph/runtime/viewport/viewport_node.h
morph/runtime/widgets/.gitkeep
morph/runtime/widgets/morph_button.h
morph/runtime/widgets/morph_image.h
morph/runtime/widgets/morph_input.h
morph/runtime/widgets/morph_radius.h
morph/runtime/widgets/morph_rect.h
morph/runtime/widgets/morph_text.h
morph/style/__init__.py
morph/style/css_fetcher.py
morph/style/css_parser.py
morph/style/properties.py
morph/style/resolver.py
morph/style/selector.py
morph/style/sheet.py
morph/style/tailwind.py
morph/style/units.py
morph/templates/default/morph.config.json
morph/templates/default/.vscode/settings.json
morph/templates/default/src/App.mx
morph/utils/__init__.py
morph/utils/color.py
morph/utils/fs.py
morph/utils/logger.py
morph/utils/platform.py