Replies: 2 comments
-
I don't have an answer for you @owennewo, but I'm curious what the use case is? I've been thinking about a github integration that would render a model based on a repo, but I haven't got any further than thinking about it. 🤷♂️. |
Beta Was this translation helpful? Give feedback.
-
For me it's about reuse. But it could also be about sharing a function/complex component. I make a lot of shims between different sized motors and different sized angle sensors. They are similar to each other but not the same. The base part e.g support is often identical, but then i do a difference to carve out holes to match the dimensions of a specific motor. At the moment there is a fair bit of copy/paste involved. |
Beta Was this translation helpful? Give feedback.
-
Are there any ways to modulize your code. e.g. to load functions, classes or code from from git repos?
I had a go at trying to load remote code (from a github gist) - I could load it but couldn't work out how to render it
The above prints the remote text but also get an
Oh and another thing, is it possible to switch on ES2015 language support. Things like Promise and foreach work but show up as soft errors that can be ignored.
This project is awesome BTW!!
Beta Was this translation helpful? Give feedback.
All reactions