• Release : 2022 AUG 21

    Announcements
    1
    0 Votes
    1 Posts
    991 Views
    No one has replied
  • 0 Votes
    4 Posts
    2k Views
    z3devZ
    @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.
  • 0 Votes
    10 Posts
    4k Views
    Hermann-SWH
    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! [image: file.php?id=56198]
  • 0 Votes
    4 Posts
    2k Views
    Hermann-SWH
    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
  • How do you single step your code?

    Development Discussions
    4
    0 Votes
    4 Posts
    2k Views
    z3devZ
    @David-Bolt The latest release has a change which retains the webworker thread. So, debugging should be easier now.
  • Release : 2022 JUL 17

    Announcements
    1
    0 Votes
    1 Posts
    924 Views
    No one has replied
  • JScad project showcase

    General Discussions
    7
    1
    2 Votes
    7 Posts
    3k Views
    z3devZ
    @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.
  • Makers Faire Tokyo

    Announcements
    3
    1 Votes
    3 Posts
    2k Views
    z3devZ
    あなたが参加する機会を得たら、知らせてください。あなたのためのチケットを持っています!
  • 0 Votes
    5 Posts
    2k Views
    Ion 0I
    @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
  • Load jscad directory into web jscad

    General Discussions
    7
    0 Votes
    7 Posts
    2k Views
    Steve HoweS
    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.
  • import/export of .obj file

    Development Discussions
    8
    1
    0 Votes
    8 Posts
    3k Views
    gilboonetG
    @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. [image: 1655194392922-capture-d-%C3%A9cran-du-2022-06-14-10-11-33.png] [image: 1655196467063-capture-d-%C3%A9cran-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 ".
  • Release : 2022 JUN 12

    Announcements
    1
    3 Votes
    1 Posts
    1k Views
    No one has replied
  • 2000 ⭐️ ⭐️ ⭐️

    Announcements
    2
    3 Votes
    2 Posts
    1k Views
    platypiiP
    We're almost at 2000 commits too! 1997 commits now.
  • polygonjs

    Design Discussions
    1
    2 Votes
    1 Posts
    1k Views
    No one has replied
  • Using JSCAD to build meshes for BabylonJS

    Design Discussions
    10
    0 Votes
    10 Posts
    3k Views
    z3devZ
    @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?
  • Rectangle with multiple style corner

    Design Discussions
    3
    0 Votes
    3 Posts
    1k Views
    Antoine GuillaumeA
    @z3dev ok, thank you very much for your feedback
  • Release : 2022 MAY 15

    Announcements
    1
    0 Votes
    1 Posts
    867 Views
    No one has replied
  • 0 Votes
    9 Posts
    3k Views
    Antoine GuillaumeA
    @hrgdavor for the moment i have create only one field and i serialize all datas of form and i check the values in the openjscad script
  • Release : 2022 APR 24

    Announcements
    1
    2 Votes
    1 Posts
    835 Views
    No one has replied
  • A camera without gimbal lock

    Development Discussions
    3
    0 Votes
    3 Posts
    1k Views
    hrgdavorH
    progress of the mentioned prototype with suport for different wegl libs can be found here: https://github.com/jscad/OpenJSCAD.org/discussions/944 I have just made another step forward: mesh support (but with some quirks ATM) I have some lighting to fix, and also babylonjs for some weird rason uses left handed system (this adds a bit of complexity to the worker to support it properly) Also when switching viewers, if they are different orioentation currently I need to run the script again manually to get properly oriented triangles https://user-images.githubusercontent.com/2480762/162638934-7a945625-420d-4041-98fc-5735fcc34c6b.mp4