Coding 2024-09-13

By Max Woerner Chase

All right, I want to read a book instead of stuff on my screen, so I'm just going to put down some quick thoughts.

I realized that I want the final output from this sector rendering process to be a PDF. So I need to figure out how to go from the SVG I generate to a PDF; it looks like there are libraries for converting from HTML to PDF, so I can embed the SVG in HTML and then convert it. This maybe means not saving it directly to a file, which is fine.

The big thing to look into is writing command-line interfaces, now that I have functions that do something useful when I call them over and over.

This all looks like reasonable stuff to work on when I'm a bit better rested. Speaking of which.

Good night.