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
    • gilboonet

      Getting values from a geometry
      Design Discussions • • gilboonet

      3
      0
      Votes
      3
      Posts
      454
      Views

      gilboonet

      @z3dev I finally resolved it by not using transforms and directly compute the center of the rectangles, that way the geometry sides were ok without any need to transform. I hope to be able to reuse that code for same kind of simple designs.
      Capture d’écran du 2023-03-05 10-58-47.png

    • gilboonet

      How to use vec2/3 classes
      Design Discussions • • gilboonet

      3
      0
      Votes
      3
      Posts
      414
      Views

      z3dev

      @gilboonet the example looks fine. You can create, rotate, transform all the math objects..

      Now comes the fun part... curves, distances, etc. There are little tidbits of logic throughout the library. You can find some of the basic calculations in the primitives, I.e. arc, circle, sphere, etc.

      And of course, let us know if you have questions.

    • gilboonet

      Designing with text
      Design Discussions • • gilboonet

      12
      0
      Votes
      12
      Posts
      1343
      Views

      gilboonet

      @hrgdavor That would be great. For the moment I'm certainly going to try to do the same thing using svg into vanilla js.

    • hrgdavor

      Realtime boolean preview using GPU image based csg!!
      Development Discussions • • hrgdavor

      1
      0
      Votes
      1
      Posts
      343
      Views

      No one has replied

    • hrgdavor

      some more progress with prototype.
      Development Discussions • • hrgdavor

      1
      1
      Votes
      1
      Posts
      273
      Views

      No one has replied

    • TerryGeng

      A project for rendering JSCAD in JupyterLab
      General Discussions • • TerryGeng

      4
      1
      Votes
      4
      Posts
      518
      Views

      hrgdavor

      It is nice to see more users and a new enviroment. @z3dev we should think about adding a section on jscad website with links to projects like this so other users that are interested in this way of interacting with jscad can find it.

      @TerryGeng there are few of jscad fans also on discord, you may share your plugin there too. https://discord.gg/AaqGskur93

    • z3dev

      Release : 2023 JAN 09
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      337
      Views

      No one has replied

    • Nathan Apter

      Hiring a JScad freelancer
      General Discussions • • Nathan Apter

      6
      0
      Votes
      6
      Posts
      943
      Views

      Loosetooth

      @Nathan-Apter I'm interested in doing some freelance work. I'm pretty new to the project though, but planning to build up my three.js and webgl skills anyway, so might be a good match. I'm going to send you a message.

    • hrgdavor

      Themes for all 3 engines in the prototype
      Development Discussions • • hrgdavor

      1
      0
      Votes
      1
      Posts
      246
      Views

      No one has replied

    • hrgdavor

      Reusable OrbitControls and camera gizmo
      Development Discussions • • hrgdavor

      4
      0
      Votes
      4
      Posts
      635
      Views

      hrgdavor

      default colors and transforms for babylon
      febb97cd-3c8c-425f-a7b4-703746fd89f4-image.png

    • hrgdavor

      $100 Bounty OpenCsg port proof of concept
      Development Discussions • • hrgdavor

      1
      0
      Votes
      1
      Posts
      240
      Views

      No one has replied

    • z3dev

      Release : 2022 NOV 26
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      295
      Views

      No one has replied

    • hrgdavor

      camera view gizmo cube
      Development Discussions • • hrgdavor

      1
      0
      Votes
      1
      Posts
      282
      Views

      No one has replied

    • Hermann-SW

      Registration broken?
      Development Discussions • • Hermann-SW

      2
      0
      Votes
      2
      Posts
      393
      Views

      settinger

      @Hermann-SW You are not alone! I had the same experience, back in March.

    • hrgdavor

      interesting new project
      Development Discussions • • hrgdavor

      2
      0
      Votes
      2
      Posts
      351
      Views

      hrgdavor

      @z3dev got my first email from this user group 🙂 and daily digest. That is great news that you got this working.

    • z3dev

      Release : 2022 SEP 23
      Announcements • • z3dev

      1
      1
      Votes
      1
      Posts
      322
      Views

      No one has replied

    • Antoine Guillaume

      Transform a 2D rectangle to a L shape
      Design Discussions • • Antoine Guillaume

      8
      0
      Votes
      8
      Posts
      1013
      Views

      Antoine Guillaume

      @z3dev Bonjour,
      j'ai bien réussi à créer cette forme avec les "paths / expand / offset".
      mais cela me pose beaucoup de problèmes pour la suite, à savoir, le positionnement des perçages. En effet c'est compliqué car l'angle de pliage peut varier en fonction des utilisateurs.

      J'ai trouvé une fonction OPENSCAD qui effectue exactement ce que je souhaite. Est-il possible de mettre cela en place sur JSCAD
      https://www.youtube.com/watch?v=3xTjyYKtv4A
      Je n'arrive pas bien à comprendre la logique de son code qui est "en vrac" dans la description de la vidéo.

      Je vous remercie pour le temps que vous consacrerez à ma demande.

    • hrgdavor

      Multipart project template others could find useful
      Development Discussions • • hrgdavor

      1
      1
      Votes
      1
      Posts
      333
      Views

      No one has replied

    • Hermann-SW

      JSCAD preview faster than "same" model OpenSCAD preview
      Design Discussions • • Hermann-SW

      2
      1
      Votes
      2
      Posts
      648
      Views

      z3dev

      @Hermann-SW Thanks for all the super insights to your designs. It has been great to see you continue and improve the designs, and finally have a great base for more designs.

      I haven't seen anyone compare JSCAD to OpenSCAD viewers. We continue to improve the viewer (and modeling library) so it's really nice to have some complements. 😃

      We have had some recent performance improvements, based on @platypii and @briansturgill changes. And we have more planned ahead.

    • Hermann-SW

      How to generate JSCAD model in browser JS and display like demo.html?
      Design Discussions • • Hermann-SW

      7
      0
      Votes
      7
      Posts
      1575
      Views

      Hermann-SW

      @hrgdavor I tried that with openjscad.xyz and it did not work. But it does work with locally hosted demo.html !
      Thanks, until now I had browser console open right, editor in middle and only half of 3D view left. After drag and drop, I can close the editor and see new graphs whenever I run node.tetra.js to produce a different x.jscad. So much easier to work now ...