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
    • jess yan

      How to select the rendered model with the mouse?
      Development Discussions • • jess yan

      5
      0
      Votes
      5
      Posts
      606
      Views

      hrgdavor

      @z3dev @jess-yan yup. it is not implemented right now. But such feature has a lot more to consider to be implemented.

      It may be beneficial to start a discussion on git to see what would be expectation of such functionality and what it would take to implement it.

    • H

      Problem with the website
      General Discussions • • Honest Guvnor

      5
      0
      Votes
      5
      Posts
      426
      Views

      hrgdavor

      @Honest-Guvnor It is fine to ask both here and on discord.

    • jess yan

      How to edit the converted model
      Development Discussions • • jess yan

      2
      0
      Votes
      2
      Posts
      324
      Views

      z3dev

      @jess-yan another good question!

      there's an issue with the internal logic of the WEB UI that prevents the 'script' to be shown. it's not that easy to fix either.

      you can use the CLI (command line) application to convert the DXF file to a script.

      you can find instructions on how to use the CLI in the README file at...

      https://github.com/jscad/OpenJSCAD.org/tree/master/packages/cli

    • irevdev

      Featured Model for CadHub
      General Discussions • • irevdev

      5
      0
      Votes
      5
      Posts
      539
      Views

      z3dev

      @hrgdavor thanks for the nice recommendation.

      here's the design, which was converted from an OpenJSCAD design.

      https://www.thingiverse.com/thing:4788337

      i'll leave the choice up to you gentlemen. 🙂

    • hrgdavor

      cadhub.xyz integration is now live !
      Development Discussions • • hrgdavor

      1
      1
      Votes
      1
      Posts
      270
      Views

      No one has replied

    • jess yan

      Use jscad in vue
      Development Discussions • • jess yan

      8
      0
      Votes
      8
      Posts
      818
      Views

      z3dev

      @jess-yan Super! Please let us know when a working website is available. There are many of us that want to extend JSCAD in various ways.

    • z3dev

      Release : 2021 SEP 09
      Announcements • • z3dev

      1
      1
      Votes
      1
      Posts
      161
      Views

      No one has replied

    • hrgdavor

      cadhub.xyz integration
      Development Discussions • • hrgdavor

      4
      1
      Votes
      4
      Posts
      600
      Views

      hrgdavor

      @z3dev hope you are well and refreshed, and ready to smash some PR's ... also a reminder that CadHub is waiting for your feedback to continue formally with jscad integration.

    • K

      Debugging script
      General Discussions • • Ken

      5
      0
      Votes
      5
      Posts
      477
      Views

      K

      Thanks everyone for your response, I continue to experiment and learn. Once I switched to Foxfire I can see the debug results.

      Thanks
      Ken

    • W

      Using Jscad in a web project
      Development Discussions • • walt

      5
      0
      Votes
      5
      Posts
      588
      Views

      hrgdavor

      check this post https://openjscad.nodebb.com/topic/248/react-library-v2

      or this https://github.com/jscad/OpenJSCAD.org/discussions/895

    • ?

      Regl renderer mouse selection
      Development Discussions • • A Former User

      7
      0
      Votes
      7
      Posts
      479
      Views

      hrgdavor

      @kenianbei sad to see you leave. I do have pieces of code that convert jscad output to threejs meshes and it is now working wihout hacks in cadhub and integrated into react-three fiber

    • Robert Olson

      how to compile a JsCad script from string instead of file?
      Development Discussions • • Robert Olson

      6
      0
      Votes
      6
      Posts
      578
      Views

      hrgdavor

      @Robert-Olson small update:

      managed to add reload functionality into :
      http://3d.hrg.hr/jscad/three/threejscad.html

      just drop a script on to the screen, edit in your fav editor and see results.

      tested only in chrome, to se errors use browsers console F12

      it is a rough prototype with ton of scrappy code, but works relatively ok.
      modeling is in main thread, so if you create an infinite loop, you will have to kill the tab.

      nevertheless if you do start using it, let me know how it works for you , or if it breaks

    • hrgdavor

      developer friendly syntax for getParameterDefinitions proposal and interactive demo
      General Discussions • • hrgdavor

      1
      0
      Votes
      1
      Posts
      225
      Views

      No one has replied

    • Nathan Apter

      Didn't there used to be examples you could click on?
      General Discussions • • Nathan Apter

      2
      0
      Votes
      2
      Posts
      320
      Views

      z3dev

      @Nathan-Apter welcome

      Please try www.openjscad.xyz

      The examples can be found by clicking on the ? In the top right corner.

      Keep those questions coming!

    • gilboonet

      Simple 2d parametric design
      Design Discussions • • gilboonet

      6
      0
      Votes
      6
      Posts
      732
      Views

      gilboonet

      @z3dev Thanks a lot, it is always helpful to understand the reason of specific behaviors. My design has one path for the outline that will be cut, and lines for the folds. To remove the black fill I can try to turn the path to a polygon.

    • R

      Best way to get started with JSCAD
      General Discussions • • RunningUtes

      5
      1
      Votes
      5
      Posts
      598
      Views

      hrgdavor

      If you start with a simple file design.js, save it in a folder and use editor of your choice.

      open https://openjscad.xyz/ and make sure you check the option "Enable Auto-reload"
      drag and drop the file into the window and you will see the model

      change your js file and save, changes will be picked-up automatically.
      openjscad checks for changes every second, but if you want to see changes even faster you can use livereload.

      one way to use livereload is via nodejs
      if you have nodejs just run
      npm -g install livereload
      go to the folder with your design and run:
      livereload

      you must do the livereload step before you drag and drop design into openjscad window.

    • z3dev

      Release : 2021 JUN 20
      Announcements • • z3dev

      1
      1
      Votes
      1
      Posts
      151
      Views

      No one has replied

    • z3dev

      Release : 2021 JUN 11
      Announcements • • z3dev

      1
      1
      Votes
      1
      Posts
      187
      Views

      No one has replied

    • gilboonet

      using vector operations (subtract)
      Development Discussions • • gilboonet

      4
      0
      Votes
      4
      Posts
      423
      Views

      gilboonet

      @z3dev Thanks, I will change to subtract(a, a, b)

    • Maria Alzate

      3d to 2d
      General Discussions • • Maria Alzate

      6
      0
      Votes
      6
      Posts
      741
      Views

      z3dev

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