• Small "shift+enter" bug in openjscad.xyz?

    Development Discussions
    3
    0 Votes
    3 Posts
    2k Views
    Hermann-SWH
    @hrgdavor Thanks: https://github.com/jscad/OpenJSCAD.org/issues/1317
  • 0 Votes
    7 Posts
    2k Views
    DBJDBJD
    @hrgdavor I have not tried project folder drag-and-drop into the web app. Will do. Thanks
  • OpenJsCAD + physics engine?

    General Discussions
    2
    0 Votes
    2 Posts
    1k Views
    hrgdavorH
    @jumpjack2 you can export models from openscad or jscad to .obj or .stl meshes and then it is no more question of integrating with rapier, but a question of how you import meshes to rapier. actual integration with jscad is much more complex problem.
  • Rotate Object

    General Discussions
    2
    0 Votes
    2 Posts
    1k Views
    cdubC
    @cdub I had overlooked the 'relativeTo' parameter of the rotate function. It makes sense now.
  • Embedding a design in a website

    General Discussions
    23
    0 Votes
    23 Posts
    11k Views
    cdubC
    @hrgdavor and @platypii. Thank you for your contributions and for sharing the repos. The work completed here is certainly impressive. I look forward to digging into the code to learn other creative and productive ways of using the JSCAD viewer. The https://jscad.app has a fresh modern cad application feel. Especially with the addition of the orientation cube.
  • fetch() in a design

    Design Discussions
    15
    0 Votes
    15 Posts
    5k Views
    hrgdavorH
    @Andreas-Plesch jscad.app is just a new prototype, not yet part of official jscad, I did not implement /remote ... it is meant for fetching remote scripts you can report issues on jscadui git or ask on discord.
  • 0 Votes
    6 Posts
    2k Views
    z3devZ
    @Jason-Sprouse hmm... The website doesn't have a backend service/process. Everything is handled by the browser, including loading designs. The only trick is for designs provided an a URL parameter. In this case, the URL is posted to a little script that reads the contents, stores the file locally, and returns the URL to the local file. Of course, some other backend service could be added.
  • 1 Votes
    6 Posts
    2k Views
    z3devZ
    @Jason-Sprouse Not a problem. As you mentioned, the engine has to be taught first. How can we make that happen? FYI, if the results are saved and made available on the web, then the design can be posted to the JSCAD website. I do this for my designs at Thingiverse. https://www.openjscad.xyz/?uri=https://www.thingiverse.com/download:9621826
  • AI in JSCAD for Generative AI

    General Discussions
    5
    0 Votes
    5 Posts
    2k Views
    z3devZ
    @Jason-Sprouse Love the idea! There are lots of reasons to use AI, and most are for research or learning purposes. You might want to start with some examples. Such as "show me how to use JSCAD circles?" Or even more complex examples.
  • Are there JSCAD user callbacks?

    Development Discussions
    4
    0 Votes
    4 Posts
    2k Views
    Jason SprouseJ
    @Hermann-SW said in Are there JSCAD user callbacks?: tionality? Wouldn't that also be displayed in the browser stack trace?
  • 1 Votes
    2 Posts
    1k Views
    hrgdavorH
    @gilboonet cool, combining it into single app would be awesome one day
  • How about a new design?

    Design Discussions
    2
    0 Votes
    2 Posts
    1k Views
    hrgdavorH
    @z3dev I periodically mention discord channel to ppl, so we could from time to time also mention this forum to users on those git tickets.
  • Release : 2023 JUN 27

    Announcements
    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • vectorChar vs. vectorText

    General Discussions
    6
    0 Votes
    6 Posts
    2k Views
    z3devZ
    @rozek hope that you are still using JSCAD. there are some changes to vectorChar and vectorText, which will become part of V3 JSCAD. if you have time then please take a look. https://github.com/jscad/OpenJSCAD.org/pull/1252
  • Release : 2023 APR 30

    Announcements
    2
    0 Votes
    2 Posts
    1k Views
    A
    Thanks! I also send an announcement the x3d-public mailing list.
  • updating jscad for website integration

    General Discussions
    2
    0 Votes
    2 Posts
    1k Views
    z3devZ
    @Richard-Rouse Welcome to the user group. Looks like you have integrated parts of the V1 website into your custom website. It must have been a fun project. V1 is still available, but this version is not being maintained any more. If you really need it then check out the V1 branch. V2 is the currently available, and maintained version. This is totally different and you will have to start again. Sorry. There's a super small viewer available in the regl-renderer directory. Please see the README for additional information. Let us know if you have questions. There are several people who have created custom websites.
  • 0 Votes
    6 Posts
    2k Views
    hrgdavorH
    @z3dev that is exactly type of projects I want more jscad users to be able to do. It will likely be able to benefit from some of the resopnsiveness improvments I am making.
  • Use case issues

    Design Discussions
    2
    2
    0 Votes
    2 Posts
    1k Views
    gilboonetG
    Thanks to the browser cache I was able to run the script again and it already had all values loaded and I only needed to change the slider that was badly positioned.
  • export colored model to .obj

    Design Discussions
    6
    2
    0 Votes
    6 Posts
    2k Views
    hrgdavorH
    @gilboonet vool . Nice to see it working
  • Getting values from a geometry

    Design Discussions
    3
    0 Votes
    3 Posts
    1k Views
    gilboonetG
    @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. [image: 1678010657825-capture-d-%C3%A9cran-du-2023-03-05-10-58-47.png]