JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Development Discussions
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • shay cerny

      Modifying Variables From Imported Parametric model
      • shay cerny

      3
      0
      Votes
      3
      Posts
      338
      Views

      z3dev

      @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

    • hrgdavor

      Jscad.app prototype desktop app
      • hrgdavor

      4
      0
      Votes
      4
      Posts
      827
      Views

      z3dev

      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.

    • Shunder0

      How can I prevent my Cad design from
      • Shunder0

      2
      0
      Votes
      2
      Posts
      1019
      Views

      hrgdavor

      @Shunder0
      i do not understand even slightest what you are asking here 🙂

    • LucaNitti

      Load DXF
      • LucaNitti

      2
      0
      Votes
      2
      Posts
      438
      Views

      z3dev

      @LucaNitti Welcome!

      There are a couple of ways to use DXF files. You can convert the DXF to another format, like SVG. Or you can import the DXF, and use the shapes to create different designs.

      You can convert using the JSCAD CLI command.

      If you want to use the shapes from the DXF file in designs then a project is required.

      https://openjscad.xyz/dokuwiki/doku.php?id=en:design_guide_projects

    • Hermann-SW

      Small "shift+enter" bug in openjscad.xyz?
      • Hermann-SW

      3
      0
      Votes
      3
      Posts
      363
      Views

      Hermann-SW

      @hrgdavor Thanks:
      https://github.com/jscad/OpenJSCAD.org/issues/1317

    • Jason Sprouse

      Is the cli package also included in the web version?
      • Jason Sprouse

      6
      0
      Votes
      6
      Posts
      865
      Views

      z3dev

      @Jason-Sprouse hmm...

      The website doesn't have a backend service/process. Everything is handled by the browser, including loading designs.

      The only trick is for designs provided an a URL parameter. In this case, the URL is posted to a little script that reads the contents, stores the file locally, and returns the URL to the local file.

      Of course, some other backend service could be added.

    • Hermann-SW

      Are there JSCAD user callbacks?
      • Hermann-SW

      4
      0
      Votes
      4
      Posts
      744
      Views

      Jason Sprouse

      @Hermann-SW said in Are there JSCAD user callbacks?:

      tionality?

      Wouldn't that also be displayed in the browser stack trace?

    • hrgdavor

      Realtime boolean preview using GPU image based csg!!
      • hrgdavor

      1
      0
      Votes
      1
      Posts
      343
      Views

      No one has replied

    • hrgdavor

      some more progress with prototype.
      • hrgdavor

      1
      1
      Votes
      1
      Posts
      273
      Views

      No one has replied

    • hrgdavor

      Themes for all 3 engines in the prototype
      • hrgdavor

      1
      0
      Votes
      1
      Posts
      246
      Views

      No one has replied

    • hrgdavor

      Reusable OrbitControls and camera gizmo
      • hrgdavor

      4
      0
      Votes
      4
      Posts
      635
      Views

      hrgdavor

      default colors and transforms for babylon
      febb97cd-3c8c-425f-a7b4-703746fd89f4-image.png

    • hrgdavor

      $100 Bounty OpenCsg port proof of concept
      • hrgdavor

      1
      0
      Votes
      1
      Posts
      240
      Views

      No one has replied

    • hrgdavor

      camera view gizmo cube
      • hrgdavor

      1
      0
      Votes
      1
      Posts
      282
      Views

      No one has replied

    • Hermann-SW

      Registration broken?
      • Hermann-SW

      2
      0
      Votes
      2
      Posts
      391
      Views

      settinger

      @Hermann-SW You are not alone! I had the same experience, back in March.

    • hrgdavor

      interesting new project
      • hrgdavor

      2
      0
      Votes
      2
      Posts
      351
      Views

      hrgdavor

      @z3dev got my first email from this user group 🙂 and daily digest. That is great news that you got this working.

    • hrgdavor

      Multipart project template others could find useful
      • hrgdavor

      1
      1
      Votes
      1
      Posts
      333
      Views

      No one has replied

    • Hermann-SW

      openscad.xyz support for "data:" URI scheme would be cool
      • Hermann-SW

      4
      0
      Votes
      4
      Posts
      648
      Views

      z3dev

      @Hermann-SW Good questions...

      The website has a little Perl script that does the download of the requested file, and checks the content. This does two things; only know file types are allowed, and this goes around CORS.

      https://github.com/jscad/OpenJSCAD.org/blob/master/packages/web/remote.pl

      I guess that supporting data URL would be possible, but there would have to be some similar checks for data type, etc.

    • David Bolt

      How do you single step your code?
      • David Bolt

      4
      0
      Votes
      4
      Posts
      649
      Views

      z3dev

      @David-Bolt The latest release has a change which retains the webworker thread. So, debugging should be easier now.

    • David Bolt

      Can not get View type: Orthographic to work.
      • David Bolt

      5
      0
      Votes
      5
      Posts
      650
      Views

      Ion 0

      @david-bolt one suggestion from what i've tried could be to set the camera position for regular perspective camera further away as an orthographic camera is just a perspective camera at infinity

    • gilboonet

      import/export of .obj file
      • gilboonet

      8
      0
      Votes
      8
      Posts
      1152
      Views

      gilboonet

      @platypii Thank you for this investigation. I remember that I tried to get JSCAD to union those groups but then it loses colors. I use Wings 3d to colorize my models, and it does not split them into separate objects (on my screenshot I have only one geometry), only materials are separated into groups.
      Capture d’écran du 2022-06-14 10-11-33.png

      Capture d’écran du 2022-06-14 10-29-42.png

      I splitted the model into 3 geometries and then exported it to .obj and the difference is that it contains 3 lines starting with "o " that defines start of an object. Maybe for the moment JSCAD translate lines starting with "g " like "o ".

    Powered by NodeBB | Contributors