-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple Library Manager / Downloader for OpenSCAD scripts #57
Comments
can i work upon it? |
Yes, sure! I'd recommend discussing the details on IRC as the GSoC proposal will require a good overview of the technical approach and a development timeline. |
@t-paul hii i dropped messege in the Zulip and getting no response there |
@paul-111 responses on any chat forum are often not instantaneous (you didn't even wait 30 minutes before declaring "no response", people multitask), but Zulip is also for BRL-CAD not OpenSCAD, so you'll want to join the OpenSCAD IRC as linked from https://opencax.github.io |
You can also just click on the |
Can we do something like this?
Some thoughts... Also an direct include would be nice The idea is still that when you download a scad file, it includes everything instead of manually installing files through a GUI... |
No, at this point there's no plan to make OpenSCAD processing actively do network access. |
I was hoping for a system that would more look like platformio so each openscad project would have it's own version of libraries. At least when I spoke to people about the Arduino system is that's it's a hassle to have different projects use different libraries and the versions... Perhaps that's changed, I have not use Arduino for a while. Not trying to convince, but I think also scad files should be project based and with Arduino that is not really the case... |
That's all good for discussion. If platformio logic would work for OpenSCAD, that's certainly a possible option too. That said, there's right now no solution. Getting something useful into the hands of people is probably better than waiting 20 more years hoping for the perfect solution. |
Outline
People have written a large number of libraries for use with OpenSCAD over the years. A list of some better known ones can be found in the library list on the homepage. So far it's difficult for new users to find libraries and the process of integrating them into a project is all manual work.
The main idea of this project is to provide some simpler means of discovering and installing libraries. One example of how this could be done can be found in the Arduino IDEs Library Manager.
Details
Main process:
Expected Outcome
Users can declare library dependencies and those will be downloaded, installed and made available for OpenSCAD scripts.
Project Properties
Skills
Difficulty
Medium
Size
Medium (350h)
Additional Information
References:
The text was updated successfully, but these errors were encountered: