<Virindi>
does anyone do some kind of autoconversion from openscad to povray? I've found some attempts but wow, it seems like povray doesn't support convex hull. I mean, openscad and povray are the exact same idea so it surprises me that there haven't been more integration attempts
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
c15 has quit [K-Lined]
InPhase has quit [Ping timeout: 255 seconds]
InPhase has joined #openscad
mohammad1722 has joined #openscad
<teepee>
mohammad1722: hi!
<mohammad1722>
hello
<teepee>
did you think of a different name for the repo?
<ali1234>
question: can i get the children of the first child of a module?
<mohammad1722>
No, I think a descriptive name would be good for now
<mohammad1722>
maybe library-manager or openscad-library-manager or something
<teepee>
ok, let me create that then, if we ever want to split into 2, that should not be an issue later
<teepee>
ah, good point of github asking regarding license
<teepee>
do you have any strong view on that? I believe for the library stuff - at least the part from user perspective - would be neat as either MIT or GPL-2+ (same as most of OpenSCAD itself)
<mohammad1722>
I don't have any knowledge on that regard
<teepee>
as baseline, it *must* be compatible with GPL-2+ (and therefor GPL-3) obviously to be integrated
<mohammad1722>
only the names of famous licenses :D
<teepee>
MIT would be the way of saying everyone can do what they want, even integrate into closed source software
<teepee>
GPL-2+ would mean no closed source and changes have to be contributed back if they are given to other people (like not just 100% internal changes inside some company)
<mohammad1722>
I'd say MIT
<mohammad1722>
But IDK
<mohammad1722>
maybe keep it the same as OpenSCAD for consistency?
<teepee>
ok, as long as it's only you committing to that repo, we can still easily change it
<teepee>
it's sort-of getting locked-in once other people contribute as then the change would need to be approved by everyone
<teepee>
some parts of openscad are already MIT, e.g. the SVG stuff I did as potentially separate library
<teepee>
and due to the other libraries we use, it's complicated anyway :-)
<teepee>
so we have both MIT and GPL-2+ right now, adding code with any of those is very much ok
<teepee>
what was your github id? so I can give you access to the repo