ChrisPenner / void-space

Well-Typed Typing Tutor where you Type Types... in space... yup, you heard me
BSD 3-Clause "New" or "Revised" License
140 stars 10 forks source link

Consider "tart" for artwork #1

Open jtdaugherty opened 6 years ago

jtdaugherty commented 6 years ago

Hey, I thought I'd just let you know in case you haven't seen it: this tool can be used to draw and paint brick-compatible artwork that you can then incorporate into your brick application.

https://github.com/jtdaugherty/tart

It can also import plain text files (e.g. figlet output) for painting. :)

(Feel free to close; I just thought this would be an easy way to let you know. Very cool project!)

jtdaugherty commented 6 years ago

(If you want to incorporate it into your application, use tart-the-binary to make the artwork, then use tart-the-library to embed it in your brick UI.)

jtdaugherty commented 6 years ago

(In particular, Tart.Canvas.canvasLayersToImage.)

ChrisPenner commented 6 years ago

@jtdaugherty Yeah this is super cool! I was playing around with it earlier 😄 I should try that out!