JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    How to run JSCAD from another application ?

    Design Discussions
    3
    20
    2081
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • z3dev
      z3dev @hrgdavor last edited by

      @hrgdavor sorry

      A page that showcases various usage of JSCAD.

      1 Reply Last reply Reply Quote 0
      • hrgdavor
        hrgdavor @z3dev last edited by

        There’s a new projection function in the works. Hopefully, it will be available in one or two weeks.

        there is need for projection and slice ...

        although one could make a thin slice with subtract and then use projection to make a 2d shape out of it.

        1 Reply Last reply Reply Quote 0
        • hrgdavor
          hrgdavor @z3dev last edited by

          For now, maybe a new page in the user guide would help.

          ok, I am ok with that, but for what part exactly ? 🙂

          z3dev 1 Reply Last reply Reply Quote 0
          • z3dev
            z3dev @gilboonet last edited by

            @gilboonet said in How to run JSCAD from another application ?:

            Last week, I started to explain to someone how to make basic patterns for scroll saw, and I struggled to explain to him that there's no built-in function for projection and that he needs to use the functions that I wrote for that as a workaround. That made this basic project to hard for a beginner.

            There’s a new projection function in the works. Hopefully, it will be available in one or two weeks.

            hrgdavor gilboonet 2 Replies Last reply Reply Quote 0
            • z3dev
              z3dev @hrgdavor last edited by

              @hrgdavor super idea.

              For now, maybe a new page in the user guide would help.

              hrgdavor 1 Reply Last reply Reply Quote 0
              • hrgdavor
                hrgdavor last edited by

                That is a very interesting use-case.

                One thing that comes to mind is that for example if you can have an additional type of parameter (file) we could make a script that returns empty array in the begining and then when file is uploaded into that paremeter (local file, or external url) the you can play with other options.

                It would be a type of script that would work directy on the openjscad.xyz ... and of-course in that case emdbeded in your website for example.

                I will look into it and see if I can incorporate support for the use-case in the new jscad website.

                1 Reply Last reply Reply Quote 0
                • gilboonet
                  gilboonet last edited by

                  I will try to do it using the react component from this topic : https://openjscad.nodebb.com/topic/248/react-library-v2

                  1 Reply Last reply Reply Quote 0
                  • gilboonet
                    gilboonet @hrgdavor last edited by

                    @hrgdavor With V1 I was able to make a little page where users could choose a model (or import one) then a jscad script, so that the script runs using the model to do something.
                    Capture d’écran de 2021-05-14 11-23-52.png. It worked but was buggy with some CSG operations on some models. For those who wanted to learn JSCAD it was possible to export to .jscad and have the full script to learn from it. And for scripts that create lots of 2d data, it exported to multipage pdf. Sadly I don't know how to do the same with V2.

                    For the moment, I made a V2 version of the "tranchage / 2 axes" (2 axis slicer) that makes a skeleton and is useful to make cardboard furniture, but it cannot be used online and need to be download locally in order to be able to add 3d model to be processed, so it's not easy to put that on a website, and I'm making those devs not only for myself but mostly for other cardboard craftsperson and most of them have no knowledge of computer science and they don't understand how to use it. It is here : https://github.com/gilboonet/gilboonet.github.io/blob/master/sq_edit/sqed.zip (uncompress the zip into a folder, and open it as a project from jscad, it can use any .obj file that you put into the folder, enter its name (without .obj) into "volume" parameter)

                    Last week, I started to explain to someone how to make basic patterns for scroll saw, and I struggled to explain to him that there's no built-in function for projection and that he needs to use the functions that I wrote for that as a workaround. That made this basic project to hard for a beginner.

                    I'm currently working on a project that I stared very long time ago when JSCAD was alpha : a furniture customizer, I will add a post on the forum when I have a first working example.

                    z3dev 1 Reply Last reply Reply Quote 0
                    • hrgdavor
                      hrgdavor last edited by

                      One of the things other users have asked for is to have a showcase page/website to link to interesting projects using jscad and of course if those projects link back that helps too.

                      This would help to build an active community and give incentive for others to join.

                      I am sure @z3dev would like this too.

                      I would not go overboard with big ideas, but instead small steps in that direction (like that url proposal for integration and sharing). I would like to connect with you as you are active here (from what I can see) . 🙂

                      gilboonet z3dev 2 Replies Last reply Reply Quote 0
                      • gilboonet
                        gilboonet @hrgdavor last edited by

                        @hrgdavor Hello, yes I saw that, thank you. I am not on my pc as it is upgrading to new Ubuntu version this morning. I already migrated all my most used scripts to V2 and now I'm trying to do the same with the others like this project. My aim is to have as little dependencies as possible, I already converted my unfolder to vanilla JS and it allowed me to make an automatic version that goes much faster than JSCAD version, but I know that it was only possible because it didn't use CSG, for all projects using CSG JSCAD is the best solution for me. I will take a look at your discussion about embedability of JSCAD, that's really what I'm looking for.

                        1 Reply Last reply Reply Quote 0
                        • hrgdavor
                          hrgdavor last edited by

                          @gilboonet I have sent you my email in the chat section of this forum, so we can get in touch as I would like to work closely with you regarding the jscad integrations.

                          gilboonet 1 Reply Last reply Reply Quote 0
                          • hrgdavor
                            hrgdavor last edited by

                            Hi,

                            I am actually in process of taking apart jscad web V2. The devs that made it are gone and the framework used is confusing for me.

                            I have an alternative engine that I know how to setup with already few nice improvements that I woul like to bring back to openjscad.xyz

                            http://3d.hrg.hr/jscad/three/threejscad.html?uri=examples/parametric_butt_hinge_3.7.js

                            drag and drop of files like openjscad does not work, but you can run scripts with uri=parameter.

                            I have seen few cool projects of yours that use openjscad in the forums here, and I am interested in helping you bringing them to V2. you have a pretty interesting set of use-cases and it would be great to support them.

                            I have also created a discussion page to improve embedability of jscad:
                            https://github.com/jscad/OpenJSCAD.org/discussions/837
                            that mentions tight integration via postMessage but there are few security concerns.

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post
                            Powered by NodeBB | Contributors