cdelker / schemdraw

MIT License
103 stars 20 forks source link

Read/Write Model for Drawing #19

Open csiegl182 opened 9 months ago

csiegl182 commented 9 months ago

Is there a plan for implementing a read/write model of drawings from/to text-based files like e.g. json-files? Does anyone see a need for something like that?

cdelker commented 8 months ago

I could see this being useful. Most of the schematic element configuration is stored in dictionaries, which should make it fairly easy to serialize to json.

csiegl182 commented 7 months ago

Thanks for seeing this useful. I already tried to implemented it within one project. However, I only use twoterm elements. I dont think I have a solution which fits to all elements.