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

      Release : 2021 MAY 07
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      325
      Views

      No one has replied

    • Syun Ikejima

      Compatible browser?
      Comments & Feedback • • Syun Ikejima

      6
      0
      Votes
      6
      Posts
      1594
      Views

      Syun Ikejima

      Update: This was fixed after I upgrade the chrome to version 90.
      Thanks.

    • z3dev

      Release : 2021 APR 30
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      292
      Views

      No one has replied

    • z3dev

      Release : 2021 APR 20
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      281
      Views

      No one has replied

    • Pippo LoVe

      Texture rendering
      General Discussions • • Pippo LoVe

      3
      0
      Votes
      3
      Posts
      686
      Views

      z3dev

      @Pippo-LoVe as mentioned, JSCAD focuses on designs for 3D printing, and therefore colors are essential. Colors are assigned to a geometry / shape after completing all operations.

      Colors can also be assigned to individual polygons on 3D geometries.

      Having said the above, textures may be possible. But there have not been many requests for this support.

    • ?

      React Library V2
      Development Discussions • • A Former User

      2
      0
      Votes
      2
      Posts
      564
      Views

      z3dev

      @kenianbei Super! This looks really nice.

      I’ll try it out by embedding a simple design into a simple HTML page.

      FYI, V2 JSCAD has been released. 😃

    • hrgdavor

      three.js integration part2 (threejscad)
      General Discussions • • hrgdavor

      1
      1
      Votes
      1
      Posts
      1099
      Views

      No one has replied

    • z3dev

      Release : 2021 APR 17
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      295
      Views

      No one has replied

    • z3dev

      Release : 2021 APR 15
      Announcements • • z3dev

      1
      1
      Votes
      1
      Posts
      325
      Views

      No one has replied

    • gilboonet

      little script using external .obj
      Comments & Feedback • • gilboonet

      2
      0
      Votes
      2
      Posts
      978
      Views

      gilboonet

      Finally I made it fit into one file using obj2jscad.js. It can be seen here.

    • z3dev

      Thingiverse
      Design Discussions • • z3dev

      6
      0
      Votes
      6
      Posts
      1791
      Views

      z3dev

      And for those that don't want to wait... here's the full URL, which adds a query parameter to the end of the website URL.

      https://www.openjscad.xyz/?uri=https://thingiverse-production-new.s3.amazonaws.com/assets/46/e9/78/fe/f6/parametric_butt_hinge_3.7.js

    • WolfgangFahl

      Proposal to move to github discussions
      General Discussions • • WolfgangFahl

      3
      0
      Votes
      3
      Posts
      977
      Views

      jfo8000

      I love the idea of putting all the docs in markdown in the git repo itself.

      The original site could also be hosted in gh-pages branch. There are a bunch of tools to convert markdown to html, so they could be optionally embedded in the app.

      As a stopgap, for anyone needing V1 - there's a copy over at https://creator.buildbee.com

      JFo

    • irevdev

      Show and tell - I'm after examples of JSCAD projects
      General Discussions • • irevdev

      2
      0
      Votes
      2
      Posts
      544
      Views

      jfo8000

      Nice collection! Might have a look at JSCAD hardware and MakerJS.

      Some parts of JSCAD hardware have been included in Buildbee MakeCode (which is V1 JSCad based).

      JFo

    • gilboonet

      Obj file with colors
      Development Discussions • • gilboonet

      4
      0
      Votes
      4
      Posts
      841
      Views

      gilboonet

      @z3dev There's one thing that still makes me use obj from my obj2jscad.js. It is that the deserialized obj loses the polygon vertices list and it needs to be rebuild from the geometries, unless I didn'k look at the right place. But as 99 % of the time the user won't use those data, I understand that the deserializer don't keep track of them.

    • D

      Newbie question: Write 2D drawing to SVG file?
      General Discussions • • dburt

      2
      0
      Votes
      2
      Posts
      556
      Views

      z3dev

      @dburt welcome

      Yes. You can make that example work. You might want to take a look at this project, which uses the JSCAD CLI (command line interface) for compiling the design and exporting SVG. Specifically, the 'localfont' project.

      https://github.com/jscad-community/jscad-text

      If you are going to work with other JavaScript libraries, especially those using async functions or promises then take a look at the 'googlefont' project.

    • gilboonet

      Volume unflattening with jscad
      General Discussions • • gilboonet

      7
      0
      Votes
      7
      Posts
      1000
      Views

      gilboonet

      @z3dev 'class' element for sure is interesting as it will ease styling. About 'id', yes it must be used carefully to ensure that each object has its unique id, generally I use names forged from data (line between triangle 23 and 111 has id 'L_23_111', etc.). 'name' is deprecated so it's maybe wise to avoid it, on very old js code I remember i used 'tag', as svg doesn't use it, as svg can use custom attributes, it can be anything. And it would be really great to have exported svg from jscad with such fine details, because it will allow rework those outputs with great ease. I tried to use localStorage from a jscad script and it doesn't work, so my only other possibility would be to output to console.

    • veysel özer

      Expand Geom2 Self Intersecting
      General Discussions • • veysel özer

      2
      0
      Votes
      2
      Posts
      515
      Views

      z3dev

      @veysel-özer thanks for the nice examples.

      yeah. this is the behavior of V2. it's probably a BUG when contracting 2D geometries, as 2D geometry must have non-crossing outlines by definition.

      a fix can be done in the next version. when that will happen is a big question as everything is on hold waiting for the websites to be restored.

      if you have time then please create a new issue at GitHub.

    • R

      Newbie Here. (yet another) 3d to 2d question
      General Discussions • • retroglyph

      5
      0
      Votes
      5
      Posts
      941
      Views

      gilboonet

      @z3dev Apparently the temporary v2 website doesn't handle links like those of examples, it may be easier to wait for the original website to be online.

    • z3dev

      V2 Release or Not Release?
      Development Discussions • • z3dev

      2
      0
      Votes
      2
      Posts
      415
      Views

      z3dev

      We are planning to release on April 1st.

      The only thing missing is the websites. 😔