Group Details Private

Development Moderators

Developers

Member List

  • RE: Modifying Variables From Imported Parametric model

    @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

    posted in Development Discussions
  • Release V3 Alpha : 2025 JAN 05

    Release V3 Alpha : 2025 JAN 05

    There's a new release of JSCAD V3 Alpha, including changes from several V2 pull requests.

    Bug Fixes

    • cli: rework logic for generating blobs, both singular and multiple as parts ([f88669b](https://github.com/jscad/Op
    • io: fix io after V3 refactoring
    • x3d-deserializer: corrected to accept commas as MF value delimiters
    • x3d-deserializer: correcting caching of x3d attributes in createX3DParser, allowing continuous parsing of X3D file
    • modeling: added geom3.fromPointsConvex()
    • modeling: added new TS definitions for mat4, and adjusted doc strings
    • modeling: added orientation option to polygon
    • modeling: corrected checks of parameters to booleans
    • modeling: corrected geom2 mirroring transform
    • modeling: corrected parameter names to follow standards
    • modeling: create scission.d.ts and update index.d.ts
    • modeling: created TS definitions for splitPolygonByPlane
    • modeling: fix ts definitions and ts hints in comments
    • modeling: small fixes to comments and tests
    • modeling: use modern typescript imports
    • array-utils: corrected typescript definitions, added test:tsd script
    • regl-renderer: define the entity type and corrected TS definitions

    Features

    • 3mf-deserializer: initial version of 3MF deserializer and tests
    • cli: reworked logic to use new io package exports and functions
    • modeling: reworked exports to expose a flattened API
    • modeling: renamed poly3 toVertices and fromVerticesAndPlane
    • modeling: added Martinez library for 2D booleans, refactored 2D booleans
    • modeling: added validate to slice, as well as measurements
    • modeling: corrected vectorChar and vectorText options to align with the common API
    • modeling: enhanced poly2 into a complete geometry
    • modeling: preserve color for offset and extrude
    • modeling: remove unused mat4 functions
    • modeling: removed extrudeRectangular
    • modeling: rename expansions to offsets, and unify expand into offset
    • modeling: renamed poly3 toVertices and fromVerticesAndPlane
    • modeling: rework orthonormal formula
    • modeling: reworked exports to expose a flattened API
    • modeling: reworked vectorChar and vectorText to return segments as path2 objects
    • modeling: support nested array structures in the API
    • regl-renderer: added rollup configuration to create ES6 bundle, adjusted imports and exports

    Successfully published:

    • @jscad/3mf-deserializer@3.0.1-alpha.0
    • @jscad/3mf-serializer@3.0.1-alpha.0
    • @jscad/array-utils@3.0.1-alpha.0
    • @jscad/cli@3.0.1-alpha.0
    • @jscad/core@3.0.1-alpha.0
    • @jscad/dxf-deserializer@3.0.1-alpha.0
    • @jscad/dxf-serializer@3.0.1-alpha.0
    • @jscad/io@3.0.1-alpha.0
    • @jscad/io-utils@3.0.1-alpha.0
    • @jscad/json-deserializer@3.0.1-alpha.0
    • @jscad/json-serializer@3.0.1-alpha.0
    • @jscad/modeling@3.0.1-alpha.0
    • @jscad/obj-deserializer@3.0.1-alpha.0
    • @jscad/obj-serializer@3.0.1-alpha.0
    • @jscad/regl-renderer@3.0.1-alpha.0
    • @jscad/stl-deserializer@3.0.1-alpha.0
    • @jscad/stl-serializer@3.0.1-alpha.0
    • @jscad/svg-deserializer@3.0.1-alpha.0
    • @jscad/svg-serializer@3.0.1-alpha.0
    • @jscad/x3d-deserializer@3.0.1-alpha.0
    • @jscad/x3d-serializer@3.0.1-alpha.0

    lerna-lite success published 21 packages

    posted in Announcements
  • Release : 2024 DEC 29

    Release : 2024 DEC 29

    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:

    • @jscad/cli@2.3.5
    • @jscad/core@2.6.12
    • @jscad/3mf-serializer@2.1.14
    • @jscad/amf-deserializer@2.3.10
    • @jscad/amf-serializer@2.1.20
    • @jscad/dxf-deserializer@2.3.27
    • @jscad/dxf-serializer@2.1.20
    • @jscad/io-utils@2.0.30
    • @jscad/io@2.4.11
    • @jscad/json-deserializer@2.0.31
    • @jscad/json-serializer@2.0.30
    • @jscad/obj-deserializer@2.0.30
    • @jscad/obj-serializer@2.1.20
    • @jscad/stl-deserializer@2.1.27
    • @jscad/stl-serializer@2.1.20
    • @jscad/svg-deserializer@2.5.11
    • @jscad/svg-serializer@2.3.18
    • @jscad/x3d-deserializer@2.2.10
    • @jscad/x3d-serializer@2.4.10
    • @jscad/modeling@2.12.5
    • @jscad/regl-renderer@2.6.12
    • @jscad/vtree@2.0.31
    • @jscad/web@2.6.10

    lerna success published 23 packages

    posted in Announcements
  • Release : 2024 NOV 10

    Release : 2024 NOV 10

    There's a new release of JSCAD V2, including changes from several pull requests.

    Bug Fixes

    • fix(io-utils): added ensureString, updated io deserializers in order to accept buffers
    • fix(core): corrected registerDeserializer to read files as binary (buffers)

    BIG THANKS to @eldanb for the fixes to the IO deserializers

    Successfully published:

    • @jscad/cli@2.3.4
    • @jscad/core@2.6.11
    • @jscad/3mf-serializer@2.1.13
    • @jscad/amf-deserializer@2.3.9
    • @jscad/amf-serializer@2.1.19
    • @jscad/dxf-deserializer@2.3.26
    • @jscad/dxf-serializer@2.1.19
    • @jscad/io-utils@2.0.29
    • @jscad/io@2.4.10
    • @jscad/json-deserializer@2.0.30
    • @jscad/json-serializer@2.0.29
    • @jscad/obj-deserializer@2.0.29
    • @jscad/obj-serializer@2.1.19
    • @jscad/stl-deserializer@2.1.26
    • @jscad/stl-serializer@2.1.19
    • @jscad/svg-deserializer@2.5.10
    • @jscad/svg-serializer@2.3.17
    • @jscad/x3d-deserializer@2.2.9
    • @jscad/x3d-serializer@2.4.9
    • @jscad/modeling@2.12.4
    • @jscad/regl-renderer@2.6.11
    • @jscad/vtree@2.0.30
    • @jscad/web@2.6.9

    lerna success published 23 packages

    posted in Announcements
  • Release : 2024 OCT 06

    Release : 2024 OCT 06

    There's a new release of JSCAD V2, including changes from several pull requests.

    Bug Fixes

    • modeling: added optional plane to poly3 TS definition
    • modeling: corrected hull of single unconvex solid
    • modeling: corrected TS definition of scission
    • modeling: expose hullPoints2 and hullPoints3

    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:

    • @jscad/cli@2.3.3
    • @jscad/core@2.6.10
    • @jscad/3mf-serializer@2.1.12
    • @jscad/amf-deserializer@2.3.8
    • @jscad/amf-serializer@2.1.18
    • @jscad/dxf-deserializer@2.3.25
    • @jscad/dxf-serializer@2.1.18
    • @jscad/io-utils@2.0.28
    • @jscad/io@2.4.9
    • @jscad/json-deserializer@2.0.29
    • @jscad/json-serializer@2.0.28
    • @jscad/obj-deserializer@2.0.28
    • @jscad/obj-serializer@2.1.18
    • @jscad/stl-deserializer@2.1.25
    • @jscad/stl-serializer@2.1.18
    • @jscad/svg-deserializer@2.5.9
    • @jscad/svg-serializer@2.3.16
    • @jscad/x3d-deserializer@2.2.8
    • @jscad/x3d-serializer@2.4.8
    • @jscad/modeling@2.12.3
    • @jscad/regl-renderer@2.6.10
    • @jscad/vtree@2.0.29
    • @jscad/web@2.6.8

    lerna success published 23 packages

    posted in Announcements
  • RE: quadcopter frame implemented in jscad

    As well as, can you post the design to the Discord channel? There are always interested people there.

    posted in General Discussions
  • 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?

    posted in General Discussions
  • 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.

    posted in Development Discussions
  • 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.

    posted in Design Discussions
  • 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.

    posted in Design Discussions