4a31e139ec40

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 09 Jun 2019 21:20:39 -0400
parents bcc7d6ca4ad3
children b0f9550593e3 6fd5341d9cd8
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Sun Jun 09 16:35:46 2019 -0400
+++ b/README.markdown	Sun Jun 09 21:20:39 2019 -0400
@@ -660,3 +660,7 @@
 with control points attached to draw the nice curves.  This was easy in SVG, but
 kind of a pain to do ergonomically in PNG.  I did eventually finish that though.
 So now I just need to find/make a font that I can render with those curves.
+
+Ended up just making my own "font" with only the characters I need for the
+L-systems (`+-()LR→ `).  Did a bit more and got string rendering working.  Still
+probably need to handle multiple lines, but this was a productive day.