Skip to content

Commit

Permalink
A little bit more content
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed May 17, 2024
1 parent 5c4c107 commit 540e2fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/pages/development/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
This is a quick guide to implementing a backend. It assume familiarity with the major [concepts](../concepts/README.md) of Doodle.


## Code Organization

The majority of the backend code should be in the package `doodle.<backend>.algebra`, with files in the corresponding directory.


## Drawing Type

Deciding on the `Drawing` type is the first step in implementing a backend. It must have the shape `Drawing[A]`, where `A` is the value produced when drawing the drawing.

0 comments on commit 540e2fe

Please sign in to comment.