development-plugin-for-avalonia

Avalonia Rendering and Graphics

Start with:

Load these as needed:

Workflow

  1. Prefer built-in animations and transitions before custom frame-loop logic.
  2. Use compositor and custom visuals only when there is a concrete interaction or performance reason.
  3. Keep custom drawing and geometry ownership explicit.
  4. Treat rendering interop as a boundary decision, not a casual extension point.

Rules