JSCAD User Group

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

    V2 Update 2021 Jan 02

    Development Discussions
    4
    12
    202
    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.
    • D
      Dinther @z3dev last edited by

      @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?

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

        @Dinther At a smaller scale than a sketch library, I wrote a little function to make patterns with V1, but only for polygons (mostly regular but also not ones). It is very simple, you drop a polygon, then attach another one to one of its sides and continue as long as needed. Maybe it could help you.
        Capture d’écran de 2020-05-24 16-21-10.png
        It can be tested here : https://openjscad.org/#https://raw.githubusercontent.com/gilboonet/designs/master/make_pattern.jscad

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

          @Dinther Thanks for the nice compliments. ✌

          The path definition module would be a huge enhancement to JSCAD (And discussed often as a future project.) Please let us know when you need some reviews or hands-on testing. And if it fits nicely into the JSCAD API...

          Here's some thoughts on the subject...

          https://github.com/jscad/csg.js/issues/135

          D 1 Reply Last reply Reply Quote 0
          • D
            Dinther last edited by

            Thank you so much for pushing this project along. I have spend a lot of time with OpenSCAD and was blown away how much sense it makes to describe parametric models in code.

            With a solid background in Javascript it makes a lot more sense to code in a known language rather then a new one.

            I choose it over Fusion360 because I feel much more in control. I am working on a sketch library which will bring quick path definition to jsCAD similar to how path works in SVG but a little fancier.

            z3dev gilboonet 2 Replies Last reply Reply Quote 1
            • gilboonet
              gilboonet @WolfgangFahl last edited by

              @WolfgangFahl V2 Web is at https://jscad.xyz/

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

                I have never seen or used v2 yet. It it avaiable online somewhere? It would be great if https://www.openjscad.org/ would have a v2 link and especially a simple switch to see the same code in v1/v2.

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

                  @z3dev Here is what I have with my 4K screen :
                  Capture d’écran de 2021-01-03 10-55-01.png
                  It might be useful to be able to reduce editor width, here it could easily be three times narrower, but at the same time it would be nice to be able to have a bigger font size (using navigator zoom would do that but also for parameters and render). Code folding would be a great addition, and the pinnacle that I'm looking for for a long time would be multi-column, but there's very little chance for that. There's no need for search/replace as navigator already provide them.

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

                    @gilboonet Thanks for the nice comments on the release.

                    Any feedback on the editor is welcome. The editor is based on CodeMirror which has a huge number of options, themes, etc.

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

                      I made a very simple 7 segments display script that uses union and if it still has holes when exported to wings 3d, it is the first time that those holes are easy to repair using only wings3d option for that (body mode, select the model, face mode, right click, select hole option, right click)
                      Capture d’écran de 2021-01-02 18-17-30.png

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

                        Thanks a lot, that's very nice to have this built-in editor. I was already accustomed to use my external editor, but to explain to non IT specialist users how to use jscad, it is nice to have it as simple as possible.

                        Capture d’écran de 2021-01-02 17-48-19.png

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