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

      Can't find command for 3D to 2D Projection
      General Discussions • • geobruce

      3
      0
      Votes
      3
      Posts
      1056
      Views

      z3dev

      @geobruce Just for your information, as part of the last release, there's a new project() function which can project a 3D shape to a 2D shape.

    • Alasdair McAndrew

      Two questions about projections
      General Discussions • projection orientation key commands webinterface • • Alasdair McAndrew

      4
      0
      Votes
      4
      Posts
      701
      Views

      z3dev

      @Alasdair-McAndrew Just for your information, as part of the last release, there's a new project() function which can project a 3D shape to a 2D shape.

    • Dunk Fordyce

      Beginner Questions
      General Discussions • • Dunk Fordyce

      23
      0
      Votes
      23
      Posts
      3757
      Views

      z3dev

      @Dunk-Fordyce I really like this concept of a preconfigured project. It would be a great addition to the JSCAD project.

      Probably, there are a few different styles of projects. So, maybe a little repository of starting projects could be created.

      Interested?

    • gilboonet

      basic design for projection
      Design Discussions • • gilboonet

      9
      0
      Votes
      9
      Posts
      1091
      Views

      z3dev

      @gilboonet excellent!

      You are the super user!

    • z3dev

      MAJOR Release : 2021 JUN 01
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      216
      Views

      No one has replied

    • z3dev

      Release : 2021 MAY 16
      Announcements • • z3dev

      1
      1
      Votes
      1
      Posts
      223
      Views

      No one has replied

    • gilboonet

      How to run JSCAD from another application ?
      Design Discussions • • gilboonet

      20
      0
      Votes
      20
      Posts
      2198
      Views

      gilboonet

      @hrgdavor yes, the method I used was what was available but any other could replace it. The purpose is to get data from the embedded jscad script and create a pdf file from it that can then be downloaded or directly viewed into the browser.

    • z3dev

      Some designs...
      Design Discussions • • z3dev

      2
      0
      Votes
      2
      Posts
      285
      Views

      gilboonet

      @z3dev That's cool designs. Maybe you can add links to open them in JSCAD like

      minion googles

      Which reminds me that I have such links on several places but with old site that I need to replace.

    • gilboonet

      designs for blade cutter (svg)
      General Discussions • • gilboonet

      7
      0
      Votes
      7
      Posts
      426
      Views

      gilboonet

      @hrgdavor Yes that's this one. (the Maker comes with a fine-point blade and a rotary blade)

    • K

      Does //!OpenSCAD no longer work?
      General Discussions • • ksanger

      2
      0
      Votes
      2
      Posts
      315
      Views

      z3dev

      @ksanger welcome

      Correct. The 'OpenSCAD' conversion to JSCAD has been decommissioned. The code is very old and needs some extensive maintenance / enhancements.

      Your students should be able to use the new website easily; www.openjscad.xyz

      The 'syntax' to create a new design is slightly different but there's plenty of documentation.

      User Guide API reference
    • z3dev

      Release : 2021 MAY 07
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      220
      Views

      No one has replied

    • Syun Ikejima

      Compatible browser?
      Comments & Feedback • • Syun Ikejima

      6
      0
      Votes
      6
      Posts
      851
      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
      180
      Views

      No one has replied

    • z3dev

      Release : 2021 APR 20
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      168
      Views

      No one has replied

    • Pippo LoVe

      Texture rendering
      General Discussions • • Pippo LoVe

      3
      0
      Votes
      3
      Posts
      456
      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
      350
      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
      704
      Views

      No one has replied

    • z3dev

      Release : 2021 APR 17
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      173
      Views

      No one has replied

    • z3dev

      Release : 2021 APR 15
      Announcements • • z3dev

      1
      1
      Votes
      1
      Posts
      214
      Views

      No one has replied

    • gilboonet

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

      2
      0
      Votes
      2
      Posts
      403
      Views

      gilboonet

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