Confirmed users
166
edits
Line 96: | Line 96: | ||
=== Implementing a new backend === | === 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 == | == Further reading == |