chalk-diagrams / chalk

A declarative drawing API in Python
MIT License
275 stars 13 forks source link

Support numpy/jax #133

Open srush opened 4 months ago

srush commented 4 months ago

My summer project is to port all the layout code to use Numpy. This mainly will mean rewriting V2, P2, Affine, colors to be in matrix representation.

danoneata commented 4 months ago

Cool! Sounds great! 🙂 I've also started here an animation repository; and I will be porting there some of the Haskell code: the active library and the diagrams.animation libraries.