JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • hrgdavor

      Multipart project template others could find useful
      Development Discussions • • hrgdavor

      1
      1
      Votes
      1
      Posts
      339
      Views

      No one has replied

    • Hermann-SW

      JSCAD preview faster than "same" model OpenSCAD preview
      Design Discussions • • Hermann-SW

      2
      1
      Votes
      2
      Posts
      663
      Views

      z3dev

      @Hermann-SW Thanks for all the super insights to your designs. It has been great to see you continue and improve the designs, and finally have a great base for more designs.

      I haven't seen anyone compare JSCAD to OpenSCAD viewers. We continue to improve the viewer (and modeling library) so it's really nice to have some complements. 😃

      We have had some recent performance improvements, based on @platypii and @briansturgill changes. And we have more planned ahead.

    • Hermann-SW

      How to generate JSCAD model in browser JS and display like demo.html?
      Design Discussions • • Hermann-SW

      7
      0
      Votes
      7
      Posts
      1607
      Views

      Hermann-SW

      @hrgdavor I tried that with openjscad.xyz and it did not work. But it does work with locally hosted demo.html !
      Thanks, until now I had browser console open right, editor in middle and only half of 3D view left. After drag and drop, I can close the editor and see new graphs whenever I run node.tetra.js to produce a different x.jscad. So much easier to work now ...

    • C

      REST API or automatic loading from script
      General Discussions • • cncandi

      5
      0
      Votes
      5
      Posts
      723
      Views

      z3dev

      @cncandi It looks like you made a copy of the JSCAD website. That's really customize to support drag-n-drop, loading projects, URL options, etc. It's probably not what you really want.

      Take a look at the websites and frameworks mentioned here.

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

      Let us know if you have any more questions.

    • z3dev

      Release : 2022 AUG 21
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      325
      Views

      No one has replied

    • Hermann-SW

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

      4
      0
      Votes
      4
      Posts
      662
      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.

    • Hermann-SW

      JSCAD for planar graph embeddings onto (unit) sphere
      Design Discussions • • Hermann-SW

      10
      0
      Votes
      10
      Posts
      1407
      Views

      Hermann-SW

      I implemented optional JSCAD output for planar graph playground "node.tetra.js", details here:
      https://forums.raspberrypi.com/viewtopic.php?p=2030546#p2030546

      Until now I played with C20 hand edited for JSCAD, this is newly created C60 fullerene with 60 vertices and 90 edges:
      https://www.openjscad.xyz/?uri=https://stamm-wilbrandt.de/en/forum/JSCAD.C60_vtype.js

      More vertices and edges than for C20, but design regeneration still done in less than 10 seconds on Intel it Linux Chrome!
      https://forums.raspberrypi.com/download/file.php?id=56198

    • Hermann-SW

      Problem with "subtract()"ing "hull()", is this a bug?
      Design Discussions • • Hermann-SW

      4
      0
      Votes
      4
      Posts
      688
      Views

      Hermann-SW

      Forgot to post the "answer" link for viewing in browser:
      https://openjscad.xyz/?uri=https://stamm-wilbrandt.de/en/forum/A.JSCAD.vertex_edge2.sp_tria.js

    • David Bolt

      How do you single step your code?
      Development Discussions • • David Bolt

      4
      0
      Votes
      4
      Posts
      660
      Views

      z3dev

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

    • z3dev

      Release : 2022 JUL 17
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      346
      Views

      No one has replied

    • Ion 0

      JScad project showcase
      General Discussions • • Ion 0

      7
      2
      Votes
      7
      Posts
      1087
      Views

      z3dev

      @Ion-0 it was great to meet up. I'm totally impressed with the amount of effort and engineering that went into the web application. Really cool stuff!

      Let us know how JSCD needs to improve to assist others.

    • z3dev

      Makers Faire Tokyo
      Announcements • • z3dev

      3
      1
      Votes
      3
      Posts
      495
      Views

      z3dev

      あなたが参加する機会を得たら、知らせてください。あなたのためのチケットを持っています!

    • David Bolt

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

      5
      0
      Votes
      5
      Posts
      670
      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

    • Steve Howe

      Load jscad directory into web jscad
      General Discussions • • Steve Howe

      7
      0
      Votes
      7
      Posts
      896
      Views

      Steve Howe

      Yes, this becomes quite limiting if one has to have users download, unzip, and drag & drop. Kind of defeats the purpose of projects. Also you'd have to deal with updates.
      Very cumbersome for non-tech users.
      It would be nice if you could include directories or even zip files in the URL.

    • gilboonet

      import/export of .obj file
      Development Discussions • • gilboonet

      8
      0
      Votes
      8
      Posts
      1177
      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 ".

    • z3dev

      Release : 2022 JUN 12
      Announcements • • z3dev

      1
      3
      Votes
      1
      Posts
      401
      Views

      No one has replied

    • z3dev

      2000 ⭐️ ⭐️ ⭐️
      Announcements • • z3dev

      2
      3
      Votes
      2
      Posts
      555
      Views

      platypii

      We're almost at 2000 commits too! 1997 commits now.

    • z3dev

      polygonjs
      Design Discussions • • z3dev

      1
      2
      Votes
      1
      Posts
      472
      Views

      No one has replied

    • ajw1970

      Using JSCAD to build meshes for BabylonJS
      Design Discussions • • ajw1970

      10
      0
      Votes
      10
      Posts
      1335
      Views

      z3dev

      @ajw1970 super!

      I'm interested in the final application. Why did you want to use Babylon for rendering? And do you further plans to create some online designs?

    • Antoine Guillaume

      Rectangle with multiple style corner
      Design Discussions • • Antoine Guillaume

      3
      0
      Votes
      3
      Posts
      568
      Views

      Antoine Guillaume

      @z3dev ok, thank you very much for your feedback