@patilanz Welcome,
Sorry, I didn't see this before.
DXF web editor. DXF is just a file format created by Autocad long long ago. There are many online websites that can read as well as create DXF files, including JSCAD.
Does that help?
@patilanz Welcome,
Sorry, I didn't see this before.
DXF web editor. DXF is just a file format created by Autocad long long ago. There are many online websites that can read as well as create DXF files, including JSCAD.
Does that help?
The booleans are working fine but the orientation of the polygons are super important. You can check the orientation your self, but one of the easiest checks if volume().
Hope that helps
@sopatt Welcome
You don't have to worry about applying the transforms. That's done automatically before other operations like booleans, etc
You just have to position the shapes properly.
If you provide an example then we can help out. Also see some of the more complex examples.
@Mayank-Dogra Welcome!
There's a really simple demo in the regl-render folder. Take a look at that for an example.
There's a new release of JSCAD V2, including changes from several pull requests.
Thanks to @platypii for the really nice fix to the SVG deserializer.
Thanks to @hpb-htw for the documentation corrections.
Successfully published:
lerna success published 23 packages
@sopatt Thanks for the feedback.
FYI, Most computations are based upon the glMatrix library (glmatrix.net)
I will double check but this is probably the same functionality as glmatrix.
There are a couple of JSCAD add-on packages available from NPM now.
@hpb-htw Super! You understand well.
Each package will have a slightly different version, as Lerna determines major/minor/fix versions by changes. The main package is never released so, the version stays the same, but should be 3.0.0.
Please take another look at utils/regl-renderer package. The demo html files are slightly different in V3.
@hpb-htw V2 uses Lerna to manage each package, including building and publishing the distributions to NPM. See the link in the main README.
As part of the build process. Lerna calls the build step of each package. This step uses browserify.
If you switch to the V3 branch then you will find that The build step is using rollup.
So, be careful. Don't mix the versions.
By the way, the CONTRIBUTING document explains how to setup, make changes, test changes, and submit changes back to GIT. Please follow the document.
@hpb-htw Nice! You might be the first person using V3.
So, V3 is currently in Alpha release. Or course, V3 is in the same GIT repository but on the V3 branch. So, you can get all the packages by checking out the branch.
git checkout V3
Again, take a look at the demos in regl-rendering
@hpb-htw you can use V2 (commonjs/require) or you can use V3 (es6/import). Both are passing all tests.
Do you want to try V3? It's still Alpha but works well.
@hrgdavor What do you think?
@hpb-htw Welcome!
The web package is a very complex web-application.
You can find a very simple viewer in the packages/utils/regl-render directory. See the html files for an example.
Let us know if you need more.
@shay-cerny Welcome
This isn't exhaustive but lists some of the websites using JSCAD.
https://openjscad.xyz/dokuwiki/doku.php?id=en:user_guide_help
There's a new release of JSCAD V3 Alpha, including changes from several V2 pull requests.
Successfully published:
lerna-lite success published 21 packages
There's a new release of JSCAD V2, including changes from several pull requests.
Thanks to @tjurkiewicz and @Sefanor for the corrections to documentation and examples.
Successfully published:
lerna success published 23 packages
There's a new release of JSCAD V2, including changes from several pull requests.
BIG THANKS to @eldanb for the fixes to the IO deserializers
Successfully published:
lerna success published 23 packages
There's a new release of JSCAD V2, including changes from several pull requests.
Thanks to @FishOrBear for the corrections to the TS definitions
Thanks to @her01n for the correction to hull
Thanks to @tscircuit for the monthly financial contributions
Successfully published:
lerna success published 23 packages
As well as, can you post the design to the Discord channel? There are always interested people there.
@her01n This is really cool! Amazing!
There's a lot of hard work as well as skill in creating those designs! Superb!
Can you add some context why you decided to use JSCAD? How many hours did you devote? Do you have future plans?