As well as, can you post the design to the Discord channel? There are always interested people there.
Group Details Private
Annoucment Moderators
Posting and Moderation of Announcements
Member List
-
RE: quadcopter frame implemented in jscad
-
RE: quadcopter frame implemented in jscad
@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?
-
RE: Jscad.app prototype desktop app
An application also has shortfalls. There's the problem of documentation as well as upgrades. Applications usually include a huge and often critic user manual. And applications will only receive the latest patches if the user notices and applies the fix. This is why the website is so appealing... it's easy.
-
RE: Click to item for Callback/Event functionality
@hrgdavor the focus of JSCAD is still 3D printing, but there have already been lots of innovative projects built. So, the only feedback that I can provide is... there has to be at least one UI that allows simple designs to be created via JS scripts (This includes the CLI as well.)
If someone wants to build a fully interactive CAD application, then they have to build and maintain. I'm sure that this kind of application can be created.
-
RE: Click to item for Callback/Event functionality
@DavidLyon66 The design is assembled via a call to main(), which can accept a single dictionary of parameters (This is what happens for the parameters). The interactive parameters are converted to a dictionary.
-
Release : 2024 JUN 02
Release : 2024 JUN 02
There's a new release of JSCAD V2, including changes from several pull requests.
Bug Fixes
- x3d-deserializer: correcting caching of x3d attributes in createX3DParser, allowing continuous parsing of X3D file
- modeling: added geom3.fromPointsConvex()
- modeling: added TS definitions for mat4.isIdentity()
- modeling: create scission.d.ts and update index.d.ts
- modeling: created TS definitions for splitPolygonByPlane
- typo: fix typo in rounded error messages
THANKS to @nmattia for the doc fixes
THANKS to @FishOrBear, @zzh97, @hrgdavor for the Typescript fixes
THANKS to @christopher-krause for the X3D deserializer fixes
THANKS to @Hermann-SQ and @platypii for the fromPointsConvex() functionSuccessfully published:
- @jscad/cli@2.3.2
- @jscad/core@2.6.9
- @jscad/3mf-serializer@2.1.11
- @jscad/amf-deserializer@2.3.7
- @jscad/amf-serializer@2.1.17
- @jscad/dxf-deserializer@2.3.24
- @jscad/dxf-serializer@2.1.17
- @jscad/io-utils@2.0.27
- @jscad/io@2.4.8
- @jscad/json-deserializer@2.0.28
- @jscad/json-serializer@2.0.27
- @jscad/obj-deserializer@2.0.27
- @jscad/obj-serializer@2.1.17
- @jscad/stl-deserializer@2.1.24
- @jscad/stl-serializer@2.1.17
- @jscad/svg-deserializer@2.5.8
- @jscad/svg-serializer@2.3.15
- @jscad/x3d-deserializer@2.2.7
- @jscad/x3d-serializer@2.4.7
- @jscad/modeling@2.12.2
- @jscad/regl-renderer@2.6.9
- @jscad/vtree@2.0.28
- @jscad/web@2.6.7
lerna success published 23 packages
-
RE: Create JSCAD Designs
This is a way too cool project to create JSCAD designs in VSCODE. But there's also a nice like webserver for those that want to use another external editor.
-
Create JSCAD Designs
An NPX starter template designed to kickstart your JsCad projects using TypeScript and Hot Reload preview. This tool simplifies the process of setting up a JsCad project, allowing you to focus on creating fully parametric CAD drawings with ease.
-
RE: jscad examples on github
@Peter-Birch Welcome!
The User Guide explains how to start, and explains most of the functions as well. You might want to look this over.
-
RE: How do I code directly in VSCode and preview the result on my web page?
@ucimo Welcome!
There are several users using JSCAD with TypeScript. Hopefully, someone will provide a few tips.
There's also an extension for VSCode to review designs. I haven't seen any updates but @crysislinux has been actively in this user group before.