=== Implementing a new backend ===
So you want to add your own backend… great! Here’s how to get started:
# Create a recording using Player 2D
# Implement DrawTarget
# Implement Factory::CreateDrawTarget
# Add BackendType to static array
# Add new backend to TestDrawTarget
== Further reading ==