JSCAD User Group

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

      cadhub.xyz integration is now live !
      • hrgdavor

      1
      1
      Votes
      1
      Posts
      266
      Views

      No one has replied

    • jess yan

      Use jscad in vue
      • jess yan

      8
      0
      Votes
      8
      Posts
      811
      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.

    • hrgdavor

      cadhub.xyz integration
      • hrgdavor

      4
      1
      Votes
      4
      Posts
      579
      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.

    • W

      Using Jscad in a web project
      • walt

      5
      0
      Votes
      5
      Posts
      579
      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
      • A Former User

      7
      0
      Votes
      7
      Posts
      477
      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?
      • Robert Olson

      6
      0
      Votes
      6
      Posts
      568
      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

    • gilboonet

      using vector operations (subtract)
      • gilboonet

      4
      0
      Votes
      4
      Posts
      417
      Views

      gilboonet

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

    • ?

      React Library V2
      • A Former User

      2
      0
      Votes
      2
      Posts
      345
      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. 😃

    • gilboonet

      Obj file with colors
      • gilboonet

      4
      0
      Votes
      4
      Posts
      482
      Views

      gilboonet

      @z3dev There's one thing that still makes me use obj from my obj2jscad.js. It is that the deserialized obj loses the polygon vertices list and it needs to be rebuild from the geometries, unless I didn'k look at the right place. But as 99 % of the time the user won't use those data, I understand that the deserializer don't keep track of them.

    • z3dev

      V2 Release or Not Release?
      • z3dev

      2
      0
      Votes
      2
      Posts
      242
      Views

      z3dev

      We are planning to release on April 1st.

      The only thing missing is the websites. 😔

    • danmarshall

      Jscad dev environment on Observable
      • danmarshall

      2
      0
      Votes
      2
      Posts
      377
      Views

      z3dev

      @danmarshall AWESOME!!!!

      This is a dream come true!!!!

    • Alasdair McAndrew

      Debugging: values of variables?
      • Alasdair McAndrew

      6
      1
      Votes
      6
      Posts
      869
      Views

      T

      @z3dev Hey! Thanks for the reply and the welcome, appreciated. I tried @danmarshall app and it works as I was expected. I tried the console.log with the web + debug console in safari and chrome (on mac) but didn't get anything printed.

      It's any other post with other tools for debugging available or it's still in development? (I'm using vsc)
      Thanks.

    • z3dev

      V2 Update 2021 Mar 07
      • z3dev

      1
      0
      Votes
      1
      Posts
      182
      Views

      No one has replied

    • D

      Shape generator
      • Dinther

      5
      0
      Votes
      5
      Posts
      774
      Views

      Dunk Fordyce

      I have had similar thoughts about getting a drawing tool like this into jscad, I believe it could not only be useful for extruding simple shapes, but also, if constraints are possible, for the layout of all sorts of things.

      This project looks interesting https://github.com/IjzerenHein/kiwi.js .. though I admit I dont quite understand how you would get anything complicated into the calculations.

    • z3dev

      V2 Update 2021 Feb 07
      • z3dev

      1
      0
      Votes
      1
      Posts
      199
      Views

      No one has replied

    • z3dev

      V2 Update 2021 Jan 02
      • z3dev

      12
      0
      Votes
      12
      Posts
      1264
      Views

      z3dev

      @Dinther said in V2 Update 2021 Jan 02:

      @z3dev Thanks for that. I have a few thoughts penned down myself and I see gilboonet posted his ideas too.

      Would it be prudent if I start a new topic called "Sketcher" on the forum?

      Please. Looking forward to the discussion and ideas.

    • Blanca Martínez

      Duda
      • Blanca Martínez

      2
      0
      Votes
      2
      Posts
      259
      Views

      z3dev

      @Blanca-Martínez Welcome!

      Sorry. I don’t speak Spanish so please be patient.

      You can ‘reload’ the page anytime. That should clear the page. And you can try another example.

      Are you using www.jscad.xyz?

    • Ion

      2D slice from extruded polygon after substraction
      • Ion

      9
      0
      Votes
      9
      Posts
      1016
      Views

      gilboonet

      @Ion-0 That's great !

    • T

      using jscad as a library
      • tektio

      2
      0
      Votes
      2
      Posts
      345
      Views

      z3dev

      @tektio there are several people working with V2 JSCAD libraries now.

      Here's one that I created to show how to use the viewer, as well as some of the common core functions.

      https://github.com/z3dev/vue-components

      Take a look at the General Discussions, as there's a thread started that lists some of the projects.

    • LinGuanfu

      how to run demo in V2/web?
      • LinGuanfu

      4
      0
      Votes
      4
      Posts
      1531
      Views

      z3dev

      @tektio V2 JSCAD is very different then V1 JSCAD.

      The old examples are no longer usable with V2 JSCAD.

      Probably the best way to enabled two viewers would be through the use of the VUE components, but you'll have to write some HTML / JavaScript.

      https://github.com/z3dev/vue-components

    Powered by NodeBB | Contributors