Dart HTML5 Canvas Library?

I wanted to know if there is an external Canvas library for DART, for example, Fabric.js? If it does not exist, is there a project for its creation? Because I'm going to start this project, but I would rather join an existing project on GIT. Or maybe there are things in DART that I don’t know?

+7
source share
2 answers

I did not work with Fabric.js, but looking at the site, I would point you to the projects listed below. No project is exactly what you are looking for, but should give you a starting point.

2D (Flash object model) - the project has been changed to StageXL https://github.com/bp74/StageXL

WebGL https://github.com/johnmccutchan/spectre

+8
source

I don’t know any serious Canvas abstractions for Dart, but maybe these two projects can be a good basis for creating.

+1
source

All Articles