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
    • Alasdair McAndrew

      Issues on Linux - designs not rendering in html viewers
      General Discussions • • Alasdair McAndrew

      8
      0
      Votes
      8
      Posts
      787
      Views

      z3dev

      @Alasdair-McAndrew sure.

      check out the recent post by @crysislinux

      i haven't seen anyone embed V2 into a web page yet, but that will happen soon.

    • crysislinux

      An vscode extension for v2
      General Discussions • • crysislinux

      4
      0
      Votes
      4
      Posts
      585
      Views

      dave5

      awesome! one less thing i need to do this week 🙂

    • Alasdair McAndrew

      Transparency, progress bar?
      General Discussions • • Alasdair McAndrew

      5
      0
      Votes
      5
      Posts
      554
      Views

      z3dev

      I guess my other question about a progress bar in the viewer is either not possible, or too fiddly to be practicable?

      This hasn't been requested before but some kind of progress indication should be possible.

      Can you create a new issue for this?

    • paul a golder

      Help me understand the structure of a project.
      General Discussions • • paul a golder

      11
      1
      Votes
      11
      Posts
      1270
      Views

      z3dev

      @BarbourSmith a very good question.

      In V2, the best approach is to make a project folder. And then organize the parts as desired, including sub-directories.

      project/ - index.js // this file is the entry point, and exports main - tube.js - subassembly/ - index.js

      By the way, if the project works with the CLI, then the same project should work with the WEB UI as well.

    • Alasdair McAndrew

      Hosting/publishing a shape?
      General Discussions • • Alasdair McAndrew

      4
      0
      Votes
      4
      Posts
      535
      Views

      hrgdavor

      there is also a nice effort from one of the users.

      https://github.com/jscad/OpenJSCAD.org/issues/666

      it is a self hosted example. Maybe that is the direction you want ?

    • sheffieldnick

      Website "load a file" functionality?
      General Discussions • • sheffieldnick

      14
      0
      Votes
      14
      Posts
      1847
      Views

      z3dev

      @zorglups there's a bug in the V1 proxy script, remote.pl, and this prevents files to be loaded properly if the file (URL) does not have a proper extention.

      a fix has been made, and the V2 website is running the fixed version of remote.pl

      but you need to provide a URL which accesses a V2 design, such as...

      https://www.jscad.xyz?uri=https://www.thingiverse.com/download:8705160

      OR

      https://www.jscad.xyz#https://www.thingiverse.com/download:8705160

    • BarbourSmith

      Tags?
      General Discussions • • BarbourSmith

      4
      0
      Votes
      4
      Posts
      483
      Views

      gilboonet

      @BarbourSmith I saw your post but didn't reply as I wasn't sure it was about. I already tried on V2 the function that splits a solid into pieces as it is something that i use a lot : https://jscad.xyz/#https://raw.githubusercontent.com/gilboonet/gilboonet.github.io/master/demos/gig2i.js The function is scission3d() and the source is here : https://github.com/gilboonet/gilboonet.github.io/blob/master/demos/gig2i.js

    • Cid Zhang

      A prototype of jscad application
      General Discussions • • Cid Zhang

      4
      1
      Votes
      4
      Posts
      601
      Views

      Cid Zhang

      @z3dev Thanks for the comments.

      I do think a catalogue in the website would definitely increase popularity of JSCAD.
      This will attract people who never got interested in JSCAD --- those who don't know how to code and can't use any CAD software.

      Sadly, most of them might be only end users and cannot directly help the development of the JSCAD project.
      As far as I know, the people in this community are all fully capable of both programming and 3D modelling.

      Maybe there can be a mechanism which can discover what those "end users" need most, and help the develop team to build accurate designs for those users.

    • juanccilleruelo

      How to embed openJSCAD into a desktop application.
      General Discussions • • juanccilleruelo

      5
      0
      Votes
      5
      Posts
      502
      Views

      juanccilleruelo

      @z3dev Just I did!

    • K

      Has anyone had success using openjscad in react?
      General Discussions • • kevinos

      15
      0
      Votes
      15
      Posts
      2187
      Views

      N

      @z3dev thank you. For now I would only like create a viewer element within an angular application. Is there a release of v2 on the public npm registry? I've had a look but can't seem to find it. If not, please could you point me to instructions on how to build it? I'd like to host it on my private registry for the rest of the work I intend to do.

    • juanccilleruelo

      Google+ is dead!!!
      General Discussions • • juanccilleruelo

      2
      0
      Votes
      2
      Posts
      256
      Views

      z3dev

      @juanccilleruelo thanks for pointing that issue. the link has been changed.

    • Cid Zhang

      A newbie's self introduction
      General Discussions • • Cid Zhang

      2
      0
      Votes
      2
      Posts
      284
      Views

      z3dev

      @Cid-Zhang Thanks! And, welcome!

      Your models look very cool. I'm sure that others will enjoy creating various hinged shapes as well.

      Please let us know if you need some assistance with JSCAD. There are lots of very experienced users in the group.

    • irevdev

      Just introducing myself 👋
      General Discussions • • irevdev

      4
      0
      Votes
      4
      Posts
      388
      Views

      z3dev

      @irevdev welcome!

      the README files for the packages will provide some information on installation and initial use. See packages/cli, packages/web, packages/desktop

      the currently available application (www.openjscad.org) is on the master branch. and there is major development on V2 branch.

      we are asking for people to become 'early adopters' if interested in V2. there's been some good progress lately with the creation of the initial v2 packages. more to come in the next few weeks.

    • K

      How do I share the parametric model without sharing the code?
      General Discussions • • kevinos

      2
      0
      Votes
      2
      Posts
      379
      Views

      z3dev

      @kevinos welcome!

      The JSCAD model (code) is required as the compilation is completed by the browser. So, you will have to find ways to obfuscate the code.

    • D

      Parametric Lego brick generator
      General Discussions • • DrShoggoth

      2
      0
      Votes
      2
      Posts
      481
      Views

      z3dev

      @DrShoggoth This is great! Thanks for sharing!

    • D

      Non manifold geometry with polyhedron
      General Discussions • • DrShoggoth

      5
      0
      Votes
      5
      Posts
      979
      Views

      D

      Nevermind, I fixed everything simply by using triangles instead of polygons.

    • RedHatter

      Help me name a parametric modeling progam
      General Discussions • • RedHatter

      1
      0
      Votes
      1
      Posts
      399
      Views

      No one has replied

    • z3dev

      Prusa Face Shield RC3 Modifier
      General Discussions • • z3dev

      1
      0
      Votes
      1
      Posts
      518
      Views

      No one has replied

    • gilboonet

      my html5 / jscad app for "digital cardboard crafting"
      General Discussions • • gilboonet

      1
      1
      Votes
      1
      Posts
      4963
      Views

      No one has replied

    • A

      Jscad code for exposure to the public
      General Discussions • • armbandmeister

      2
      0
      Votes
      2
      Posts
      722
      Views

      z3dev

      Welcome!

      Sure. There are several websites that already have custom layouts, custom controls, etc.

      Here's an example; http://www.knowhave.com/gear/worm.php