Using as libary #16
Replies: 2 comments 4 replies
-
Hey, thanks for reaching out! LineDream looks really nice! It has some similarities with my other project vsketch, which is also inspired from Processing but sticks to the stateful API. My first thought, if you haven't done so, would be to ensure that the pen-plotter community is aware of your project. I recommend joining the DrawingBots's Discord server. Also, #plottertwitter on the bird site, and #penplotter on the elephant site.
As such, it can be used to display a SVG via command line: As a side-note, vpype includes my first iteration of a viewer implemented in Python, based on OpenGL (via ModernGL) and wrapped in a PySide UI. You can give it a try with: What are your thoughts on the above? Can you tell me more on your needs? |
Beta Was this translation helpful? Give feedback.
-
Hi! Ok, so you raise quite a few points worth addressing. Let me layout what my end goals are
With all that said, I love how you created vsketch as an entire environment. So, maybe my original question should be - is it possible to plumb LineDream into vsketch as an alternative 'language'? It seems like you have most of the things in there I would like :-) However, the only big missing feature, from my perspective, is not supporting fills and stroke color for paths. I totally understand why that may feel outside of the scope of plotters, but you can use plotters to do fills if you get creative. Additionally, it allows you to visualize mixed media (for instance, a piece of art that has a plotter outline with watercolor infill). Thanks for responding! I'm excited to here what you think. |
Beta Was this translation helpful? Give feedback.
-
Hello! I maintain a generate art library for python called LineDream. I've implemented a simpler 'viewer' that rasters the output SVG into a PNG via Cairo, and opens it via Pillow. I'm wondering if this package is a better option. Can vsvg be used as a library and take in an SVG string in memory for viewing?
Beta Was this translation helpful? Give feedback.
All reactions