JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Hermann-SW
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 27
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by Hermann-SW

    • Hermann-SW

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

      3
      0
      Votes
      3
      Posts
      363
      Views

      Hermann-SW

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

    • Hermann-SW

      Can "openjscad.xyz/?uri=..." support "data" protocol in addition to "http(s)"?
      Design Discussions • • Hermann-SW

      5
      0
      Votes
      5
      Posts
      634
      Views

      Hermann-SW

      @hrgdavor Thanks, done:
      https://github.com/jscad/OpenJSCAD.org/issues/1318

    • Hermann-SW

      Are there JSCAD user callbacks?
      Development Discussions • • 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?

    • Hermann-SW

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

      2
      1
      Votes
      2
      Posts
      648
      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
      1573
      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 ...

    • Hermann-SW

      openscad.xyz support for "data:" URI scheme would be cool
      Development Discussions • • 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.

    • Hermann-SW

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

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

    • Hermann-SW

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

      10
      0
      Votes
      10
      Posts
      1388
      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

      Registration broken?
      Development Discussions • • Hermann-SW

      2
      0
      Votes
      2
      Posts
      393
      Views

      settinger

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