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
    • patilanz

      OpenSource Autocad web based funcionalities
      • patilanz

      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • sopatt

      vec3.angle(a,b)
      • sopatt

      2
      0
      Votes
      2
      Posts
      95
      Views

      z3dev

      @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.

    • shay cerny

      Modifying Variables From Imported Parametric model
      • shay cerny

      3
      0
      Votes
      3
      Posts
      426
      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
      878
      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
      1029
      Views

      hrgdavor

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

    • LucaNitti

      Load DXF
      • LucaNitti

      2
      0
      Votes
      2
      Posts
      457
      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
      372
      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
      883
      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
      772
      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
      353
      Views

      No one has replied

    • hrgdavor

      some more progress with prototype.
      • hrgdavor

      1
      1
      Votes
      1
      Posts
      285
      Views

      No one has replied

    • hrgdavor

      Themes for all 3 engines in the prototype
      • hrgdavor

      1
      0
      Votes
      1
      Posts
      253
      Views

      No one has replied

    • hrgdavor

      Reusable OrbitControls and camera gizmo
      • hrgdavor

      4
      0
      Votes
      4
      Posts
      651
      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
      245
      Views

      No one has replied

    • hrgdavor

      camera view gizmo cube
      • hrgdavor

      1
      0
      Votes
      1
      Posts
      288
      Views

      No one has replied

    • Hermann-SW

      Registration broken?
      • Hermann-SW

      2
      0
      Votes
      2
      Posts
      400
      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
      358
      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
      344
      Views

      No one has replied

    • Hermann-SW

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

      4
      0
      Votes
      4
      Posts
      670
      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
      671
      Views

      z3dev

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

    Powered by NodeBB | Contributors