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
    • Gorka Arakis

      From .obj to .dxf
      General Discussions • • Gorka Arakis

      5
      0
      Votes
      5
      Posts
      411
      Views

      Gorka Arakis

      @z3dev Happy to hear it!

    • hrgdavor

      3D glasses support
      Development Discussions • • hrgdavor

      1
      0
      Votes
      1
      Posts
      201
      Views

      No one has replied

    • jess yan

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

      5
      0
      Votes
      5
      Posts
      630
      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
      443
      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
      330
      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
      557
      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
      283
      Views

      No one has replied

    • jess yan

      Use jscad in vue
      Development Discussions • • jess yan

      8
      0
      Votes
      8
      Posts
      862
      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
      164
      Views

      No one has replied

    • hrgdavor

      cadhub.xyz integration
      Development Discussions • • hrgdavor

      4
      1
      Votes
      4
      Posts
      652
      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
      491
      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
      657
      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
      496
      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
      637
      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
      236
      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
      331
      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
      791
      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
      647
      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
      153
      Views

      No one has replied

    • z3dev

      Release : 2021 JUN 11
      Announcements • • z3dev

      1
      1
      Votes
      1
      Posts
      191
      Views

      No one has replied