Clickable #613
Replies: 5 comments 7 replies
-
Actually, I want to convert this to 3D, but I don't know how to do it at all. In the library documentation, it says it can be converted to a 3D file with JSCAD. My question is: what format does this 3D file have? And which library and method should I use to display this 3D file? |
Beta Was this translation helpful? Give feedback.
-
He @alizadeh2007, you may want to check out the JSCAD project at https://github.com/jscad/OpenJSCAD.org . JSCAD can import SVG and extrude them to create 3d objects. It can also do a lot more :) |
Beta Was this translation helpful? Give feedback.
-
"use client"; export const ring = (setting) => { "use client"; export const boltCircle = (setting) => { |
Beta Was this translation helpful? Give feedback.
-
In another section of my website, users need to upload files that are in DXF format. Can the jscad library accept this format and convert it into a suitable format for display? For example, can it convert DXF files to SVG so that I can use r3f to render them? |
Beta Was this translation helpful? Give feedback.
-
Hello, I wanted to create an SVG with Maker.js that includes shapes like circles, squares, etc., and I would like to perform actions when clicking on, for example, the circle. Is this functionality possible in Next.js with this library? Could you show me how to do it? Also, if I want to turn this 2D shape into 3D, can you guide me on how to do it? Is it possible to display it in 3D, similar to Three.js, using this library?
Beta Was this translation helpful? Give feedback.
All reactions