-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
Hello @gfwilliams sorry for the delay ! |
Great, thanks! I just filed another issue for it so as not to complicate this one: #8 Looking at the logs I think it was just that my CSG version was old, but it'd be nice to have something in the docs about getting an up to date CSG, or to have something a bit newer in NPM |
Thanks for the bug information @gfwilliams ! Will look into it. |
Hi @gfwilliams sorry for the delay !
So I guess your work would fit into something like extra utilities ? |
Hey, no problem! Yes, it can be hard to keep things clean. What'd be great from my point of view is an easy way to drag stuff like this into https://openjscad.org/ and encourage code re-use. What about a function that made the process of pulling in 3rd party plugins easier?
It'd be basically an HTTP GET and an eval, but it'd make stuff like this a lot easier. For instance I was experimenting with a vase here: If I could have easily stuck edit: the separate org could be a nice way of keeping everything together - but it's more work for you guys to maintain. For the moment, anything that allowed me to share functions/plugins in an easily reusable way would be great. I guess you could have a shorthand ( |
thanks for understanding :) Your idea of putting The current Essentially using either the tooling provided by requirebin https://github.com/maxogden/requirebin Also, cool vase :) |
also perhaps this discussion actually belongs here ? jscad/OpenJSCAD.org#245 |
Sure - will post there. Closing this PR then... |
@gfwilliams you still have a copy of the code around? would be a shame to waste it |
Well, it won't disappear - the PR will still be around, just closed - and I have the repo I submitted from :) |
@gfwilliams doh' :) never mind me, no sleep , too little coffee:) |
I just added the metaball code as I'd described on jscad/OpenJSCAD.org#232 (with a few improvements)
Unfortunately I seem unable to build with
npm run build
even with unmodified code from the scad-api repo )(there's an error about CAG) so I haven't been able to test this - however the code itself works great when run in http://openjscad.org/ and I've done what I believe is needed to make it work with scad-api.Hope that's some help!