tree: e9876072e321460566b4e6c7b01aca689fe2209f [path history] [tgz]
  1. add_line_metered/
  2. baseline/
  3. client_requested_draw/
  4. BUILD.gn
  5. README.md
examples/fidl/new/canvas/README.md

README

This directory contains all of the example code for the “canvas” series of FIDL examples. See the associated docs for more information.

Each example should include the following:

  • The FIDL definition.
  • The CML definitions for the client and server.
  • The realm definition for performing end-to-end testing.
  • An implementation of the client and server using the C++ (Natural) bindings.
  • An implementation of the client and server using the C++ (Wire) bindings.
  • An implementation of the client and server using the Dart bindings.
  • An implementation of the client and server using the HLCPP bindings.
  • An implementation of the client and server using the Rust bindings.