Skip to content

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 logging
  • examples/csharp/wpf/TodoApp/: WPF wrapper-and-binding example

Source index: examples/csharp/README.md

Python

  • examples/python/console/hello_vmx/: minimal lifecycle and hub logging
  • examples/python/tk/todo_app/: tkinter MVVM app
  • examples/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