Advice App architecture for working with Canvas

Here’s an example I quickly tossed together to show you the basics. This will still require a lot of learning and trial and error for you to build a complete system, but it’s a start.

This also includes the ability to export to JSON. Import is up to you, but it’s basically reversing the process.

drawobjects.zip (9.0 KB)

There are some advanced topics covered in this example, like class inheritance. The documentation is your friend.

4 Likes