• 3D glasses support

    1
    0 Votes
    1 Posts
    418 Views
    No one has replied
  • How to select the rendered model with the mouse?

    5
    0 Votes
    5 Posts
    1k Views
    hrgdavorH
    @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.
  • How to edit the converted model

    2
    0 Votes
    2 Posts
    729 Views
    z3devZ
    @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
  • cadhub.xyz integration is now live !

    1
    1
    1 Votes
    1 Posts
    703 Views
    No one has replied
  • Use jscad in vue

    8
    1
    0 Votes
    8 Posts
    2k Views
    z3devZ
    @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.
  • cadhub.xyz integration

    4
    1
    1 Votes
    4 Posts
    1k Views
    hrgdavorH
    @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.
  • Using Jscad in a web project

    5
    0 Votes
    5 Posts
    1k Views
    hrgdavorH
    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

    7
    0 Votes
    7 Posts
    1k Views
    hrgdavorH
    @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
  • how to compile a JsCad script from string instead of file?

    6
    0 Votes
    6 Posts
    1k Views
    hrgdavorH
    @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
  • using vector operations (subtract)

    4
    0 Votes
    4 Posts
    908 Views
    gilboonetG
    @z3dev Thanks, I will change to subtract(a, a, b)
  • React Library V2

    2
    0 Votes
    2 Posts
    675 Views
    z3devZ
    @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.
  • Obj file with colors

    4
    1
    0 Votes
    4 Posts
    995 Views
    gilboonetG
    @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.
  • V2 Release or Not Release?

    2
    0 Votes
    2 Posts
    494 Views
    z3devZ
    We are planning to release on April 1st. The only thing missing is the websites.
  • Jscad dev environment on Observable

    2
    0 Votes
    2 Posts
    934 Views
    z3devZ
    @danmarshall AWESOME!!!! This is a dream come true!!!!
  • Debugging: values of variables?

    6
    1 Votes
    6 Posts
    2k 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.
  • V2 Update 2021 Mar 07

    1
    0 Votes
    1 Posts
    387 Views
    No one has replied
  • Shape generator

    5
    2
    0 Votes
    5 Posts
    2k Views
    Dunk FordyceD
    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.
  • V2 Update 2021 Feb 07

    1
    0 Votes
    1 Posts
    355 Views
    No one has replied
  • V2 Update 2021 Jan 02

    12
    0 Votes
    12 Posts
    3k Views
    z3devZ
    @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.
  • Duda

    2
    0 Votes
    2 Posts
    525 Views
    z3devZ
    @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?