Smaller Examples¶
The smaller demos are the shortest path to the builder, lifecycle, hub, and host-adapter basics without reading the full flagship app.
C#¶
examples/csharp/console/HelloVMx/: minimal lifecycle and hub loggingexamples/csharp/wpf/TodoApp/: WPF wrapper-and-binding example
Source index: examples/csharp/README.md
Python¶
examples/python/console/hello_vmx/: minimal lifecycle and hub loggingexamples/python/tk/todo_app/: tkinter MVVM appexamples/python/textual/inspector/: live tree and hub inspector
Source indexes: examples/python/README.md, examples/python/textual/inspector/README.md
TypeScript¶
examples/typescript/console/hello-vmx/: minimal Node-based lifecycle and hub logging
Source index: examples/typescript/README.md
Swift¶
Swift currently exposes the flagship Notes Workspace example rather than a separate small demo. Use the flavor README and SwiftUI integration recipe as the minimum entry points: langs/swift/README.md, docs/integration/swiftui.md