xesscorp

Results 40 comments of xesscorp

I put some code into SKiDL to allow on-the-fly creation of parts and libraries. It's similar to what you were proposing.

I've done a small amount of work on generating schematics. Once you've got part placement and routing done, then generating a specific format like EESCHEMA wouldn't be hard. The hard...

Generating an EESCHEMA schematic would be relatively simple once a decent placement and routing were determined. Determining the placement and routing is the hard part. Giving a poorly-placed schematic in...

Creating an EESCHEMA schematic, even a bad one, would be better than a PDF. At least it's editable. So that's a good idea. But editing it would still be extremely...

This would be a way to start. I think that good part placement is of the most importance and this would be a way to start playing with that. Wiring...

This looks good to me. What are the implications of using nearly.js? Does this drag in some Javascript dependencies. I noticed you're using quantiphy. How does this compare to using...

Hi, dvc94ch. You asked if SKiDL could be a library. I was under the impression that it already *is* a library. So I need some further explanation of what you...

Thanks for the detailed report! I'll take a look at it.

Well, you tried just about every possible variation to make this work! I made some fixes so that methods #1 and #2 now work. You can also use method #3,...

This seems like an oddly-specific check, but I can't see a reason not to add it except for the increase in ERC processing time. Please make a PR and change...