JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. General Discussions
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • hpb-htw

      Old version of rollup
      • hpb-htw

      5
      0
      Votes
      5
      Posts
      387
      Views

      z3dev

      @hpb-htw Super! You understand well.

      Each package will have a slightly different version, as Lerna determines major/minor/fix versions by changes. The main package is never released so, the version stays the same, but should be 3.0.0.

      Please take another look at utils/regl-renderer package. The demo html files are slightly different in V3.

    • hpb-htw

      Using JScad just to display 3D-Object
      • hpb-htw

      9
      0
      Votes
      9
      Posts
      449
      Views

      z3dev

      @hpb-htw Nice! You might be the first person using V3.

      So, V3 is currently in Alpha release. Or course, V3 is in the same GIT repository but on the V3 branch. So, you can get all the packages by checking out the branch.

      git checkout V3

      Again, take a look at the demos in regl-rendering

    • her01n

      quadcopter frame implemented in jscad
      • her01n

      5
      0
      Votes
      5
      Posts
      719
      Views

      her01n

      @z3dev
      I have been using openscad, but i have found it very limiting. Most code is manually converted from openscad - that was suprisingly fast to do. I don't have any plans with the project, its just for fun.

    • Nathan Apter

      Openscad to Jscad
      • Nathan Apter

      8
      0
      Votes
      8
      Posts
      2095
      Views

      DavidLyon66

      @Nathan-Apter ok, I upgraded by still not working.2024-05-04-050059.png

    • Peter Birch

      jscad examples on github
      • Peter Birch

      4
      0
      Votes
      4
      Posts
      546
      Views

      Peter Birch

      @z3dev
      Thanks!

    • ucimo

      How do I code directly in VSCode and preview the result on my web page?
      • ucimo

      7
      0
      Votes
      7
      Posts
      1107
      Views

      DavidLyon66

      @danmarshall Looks great.

      I can't get it to work.

      It just reports "Error: Cannot find module 'jscad/modelling' when I run "node jscad-now" from my home directory on linux ubuntu.

      Any ideas (yes I'm a developer but not a regular Nodejs user) ?

    • DBJDBJ

      can not import c:/jscad/whatever.stl on windows
      • DBJDBJ

      7
      0
      Votes
      7
      Posts
      828
      Views

      DBJDBJ

      @hrgdavor I have not tried project folder drag-and-drop into the web app. Will do.

      Thanks

    • jumpjack2

      OpenJsCAD + physics engine?
      • jumpjack2

      2
      0
      Votes
      2
      Posts
      377
      Views

      hrgdavor

      @jumpjack2 you can export models from openscad or jscad to .obj or .stl meshes and then it is no more question of integrating with rapier, but a question of how you import meshes to rapier.

      actual integration with jscad is much more complex problem.

    • cdub

      Rotate Object
      • cdub

      2
      0
      Votes
      2
      Posts
      365
      Views

      cdub

      @cdub I had overlooked the 'relativeTo' parameter of the rotate function. It makes sense now.

    • platypii

      Embedding a design in a website
      • platypii

      23
      0
      Votes
      23
      Posts
      4326
      Views

      cdub

      @hrgdavor and @platypii. Thank you for your contributions and for sharing the repos. The work completed here is certainly impressive. I look forward to digging into the code to learn other creative and productive ways of using the JSCAD viewer. The https://jscad.app has a fresh modern cad application feel. Especially with the addition of the orientation cube.

    • RelatingData

      Interoperability with URDF / Gazebo and modelling of Robots
      • RelatingData

      6
      1
      Votes
      6
      Posts
      784
      Views

      z3dev

      @Jason-Sprouse Not a problem. As you mentioned, the engine has to be taught first. How can we make that happen?

      FYI, if the results are saved and made available on the web, then the design can be posted to the JSCAD website. I do this for my designs at Thingiverse.

      https://www.openjscad.xyz/?uri=https://www.thingiverse.com/download:9621826

    • Jason Sprouse

      AI in JSCAD for Generative AI
      • Jason Sprouse

      5
      0
      Votes
      5
      Posts
      843
      Views

      z3dev

      @Jason-Sprouse Love the idea! There are lots of reasons to use AI, and most are for research or learning purposes.

      You might want to start with some examples. Such as "show me how to use JSCAD circles?" Or even more complex examples.

    • rozek

      vectorChar vs. vectorText
      • rozek

      6
      0
      Votes
      6
      Posts
      857
      Views

      z3dev

      @rozek hope that you are still using JSCAD.

      there are some changes to vectorChar and vectorText, which will become part of V3 JSCAD. if you have time then please take a look.

      https://github.com/jscad/OpenJSCAD.org/pull/1252

    • Richard Rouse

      updating jscad for website integration
      • Richard Rouse

      2
      0
      Votes
      2
      Posts
      403
      Views

      z3dev

      @Richard-Rouse Welcome to the user group.

      Looks like you have integrated parts of the V1 website into your custom website. It must have been a fun project.

      V1 is still available, but this version is not being maintained any more. If you really need it then check out the V1 branch.

      V2 is the currently available, and maintained version. This is totally different and you will have to start again. Sorry.

      There's a super small viewer available in the regl-renderer directory. Please see the README for additional information.

      Let us know if you have questions. There are several people who have created custom websites.

    • tjw25425

      Default JSCAD script (index.js) for self-hosted website
      • tjw25425

      6
      0
      Votes
      6
      Posts
      742
      Views

      hrgdavor

      @z3dev that is exactly type of projects I want more jscad users to be able to do. It will likely be able to benefit from some of the resopnsiveness improvments I am making.

    • TerryGeng

      A project for rendering JSCAD in JupyterLab
      • TerryGeng

      4
      1
      Votes
      4
      Posts
      516
      Views

      hrgdavor

      It is nice to see more users and a new enviroment. @z3dev we should think about adding a section on jscad website with links to projects like this so other users that are interested in this way of interacting with jscad can find it.

      @TerryGeng there are few of jscad fans also on discord, you may share your plugin there too. https://discord.gg/AaqGskur93

    • Nathan Apter

      Hiring a JScad freelancer
      • Nathan Apter

      6
      0
      Votes
      6
      Posts
      943
      Views

      Loosetooth

      @Nathan-Apter I'm interested in doing some freelance work. I'm pretty new to the project though, but planning to build up my three.js and webgl skills anyway, so might be a good match. I'm going to send you a message.

    • C

      REST API or automatic loading from script
      • cncandi

      5
      0
      Votes
      5
      Posts
      712
      Views

      z3dev

      @cncandi It looks like you made a copy of the JSCAD website. That's really customize to support drag-n-drop, loading projects, URL options, etc. It's probably not what you really want.

      Take a look at the websites and frameworks mentioned here.

      https://openjscad.xyz/dokuwiki/doku.php?id=en:user_guide_help

      Let us know if you have any more questions.

    • Ion 0

      JScad project showcase
      • Ion 0

      7
      2
      Votes
      7
      Posts
      1039
      Views

      z3dev

      @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.

    • Steve Howe

      Load jscad directory into web jscad
      • Steve Howe

      7
      0
      Votes
      7
      Posts
      843
      Views

      Steve Howe

      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.

    Powered by NodeBB | Contributors