JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • z3dev

      Jan 26, 2014
      Archives (Google+) • • z3dev

      6
      0
      Votes
      6
      Posts
      3174
      Views

      z3dev

      Roger Clark
      Thanks Eduard for the link to the voronoi sphere

      I've been looking at stuff like http://toxiclibs.org/2011/12/metworks-workshop-facade/
      and also Radiolarians
      e.g.
      http://i.materialise.com/gallery/radiolarian-lamp

      which can be generated proceduarlly

    • z3dev

      Maker Faire Tokyo 2019
      General Discussions • • z3dev

      6
      1
      Votes
      6
      Posts
      3534
      Views

      z3dev

      *Project ID: M0302
      OpenJSCAD.org

      Thank you for applying for Maker Faire Tokyo 2019.
      We are glad to notice that your exhibit is accepted.

      We are looking forward to meeting you in Tokyo!*

      So, itโ€™s now official! ๐Ÿ™‚
      Let me know if anyone wants to attend.

    • gilboonet

      slicing with OpenJSCAD
      Comments & Feedback • • gilboonet

      6
      0
      Votes
      6
      Posts
      3506
      Views

      gilboonet

      @kaosat-dev At first I tried to use a 10K triangles model but as it didn't render I downscaled to 5K, 3K, 2K then 1K. And after, I made another model with 2x more slices that this script was unable to render even with a 1K model, so I changed the script to make it render chunks of slices, and it was ok. I suppose it could work with higher resolutions models.
      0_1564473765365_Capture dโ€™รฉcran de 2019-07-30 10-02-14.png

    • z3dev

      V2 Hulls
      Development Discussions • • z3dev

      6
      0
      Votes
      6
      Posts
      1460
      Views

      hg42

      @z3dev for my purposes the type of api doesn't matter much, because I use a preprocessor (currently python, may be something like livescript in the future) that can generate whatever I need. Ideally I would use the lowest level.

      That said, I could eventually use javascript as a frontend directly. It's a whole different situation with jscad compared to openscad as a backend.

      My preprocessor generates a tree internally (which seems to be very similar to the vtree).
      So, the transition to jscad could also be from my tree to vtree...

      btw. I already created a new thread for further discussions, because I thought it would not fit well under "V2 hulls"):
      v2-status-and-testing-environments

    • gilboonet

      Can a html5 app running jscad retrieve rendered (processed) data ?
      Comments & Feedback • • gilboonet

      6
      0
      Votes
      6
      Posts
      1757
      Views

      gilboonet

      @z3dev Hello, I didn't open an issue because it's V1, but I will do it so we could keep track of the solution I used. Yesterday I tried my little html5 app on my android tablet with Firefox and it works perfectly
      0_1579956207318_android1s.jpg
      even the PDF creation part
      0_1579956263650_android2s.jpg

    • Drew Pear

      Online versus offline functionality
      General Discussions • • Drew Pear

      6
      0
      Votes
      6
      Posts
      713
      Views

      z3dev

      @drewpear strange indeed.

      sorry, but i don't have any suggestions at this time. i will post again if i think of something.

      by the way, i just submitted a pull request to enable the editor again for the V2 website. this should be available in the next 'alpha' release.

      i also opened a new issue for changing the shortcuts for the 'reload' of designs. this will be important for mobile devices which has soft keyboards.

    • BarbourSmith

      Display Code
      Development Discussions • • BarbourSmith

      6
      0
      Votes
      6
      Posts
      590
      Views

      z3dev

      @BarbourSmith is there some reason to use three.js? the primary focus of three.js is quite differnet from JSCAD.

      It should be pretty trivial to convert between three.js data structures and JSCAD data structures. But don't expect either project to supply the conversions.

      Maybe somone has a set of functions already, or you'll have to write some simple conversion functions.

    • Alasdair McAndrew

      Cylinder between points?
      General Discussions • cylinder v2 primitives • • Alasdair McAndrew

      6
      1
      Votes
      6
      Posts
      884
      Views

      hrgdavor

      I have sth with this function ๐Ÿ™‚

      https://jscad.xyz/#https://gist.githubusercontent.com/hrgdavor/c63e34f862aab00cf9253daf2e071812/raw/acbefbcbbb47d7c0e4daf41c5c9be3d43062c56c/tesseract.jscad

      124e5f29-a4fb-40da-b9da-b2b044565b11-image.png

    • Alasdair McAndrew

      Debugging: values of variables?
      Development Discussions • • Alasdair McAndrew

      6
      1
      Votes
      6
      Posts
      890
      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.

    • Maria Alzate

      3d to 2d
      General Discussions • • Maria Alzate

      6
      0
      Votes
      6
      Posts
      741
      Views

      z3dev

      @Maria-Alzate Just for your information, as part of the last release, there's a new project() function which can project a 3D shape to a 2D shape.

    • Cid Zhang

      A collection of jscad projects on Github
      General Discussions • • Cid Zhang

      6
      1
      Votes
      6
      Posts
      1126
      Views

      hrgdavor

      e5879128-809f-40e8-b4c3-4c43237b4aef-image.png
      https://jscad.xyz/#https://gist.githubusercontent.com/hrgdavor/c63e34f862aab00cf9253daf2e071812/raw/acbefbcbbb47d7c0e4daf41c5c9be3d43062c56c/tesseract.jscad

    • gilboonet

      How to use same script with different targets ?
      Development Discussions • • gilboonet

      6
      1
      Votes
      6
      Posts
      623
      Views

      gilboonet

      @hrgdavor Thank you for your code, it would be great to be able to load code and data like that then fire it. I hope it will be possible, with v1 I used gProcessor.setJJsCad() on an html/js app but here it is directly a jscad script.

    • Robert Olson

      how to compile a JsCad script from string instead of file?
      Development Discussions • • Robert Olson

      6
      0
      Votes
      6
      Posts
      577
      Views

      hrgdavor

      @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

    • z3dev

      Thingiverse
      Design Discussions • • z3dev

      6
      0
      Votes
      6
      Posts
      1289
      Views

      z3dev

      And for those that don't want to wait... here's the full URL, which adds a query parameter to the end of the website URL.

      https://www.openjscad.xyz/?uri=https://thingiverse-production-new.s3.amazonaws.com/assets/46/e9/78/fe/f6/parametric_butt_hinge_3.7.js

    • Syun Ikejima

      Compatible browser?
      Comments & Feedback • • Syun Ikejima

      6
      0
      Votes
      6
      Posts
      848
      Views

      Syun Ikejima

      Update: This was fixed after I upgrade the chrome to version 90.
      Thanks.

    • gilboonet

      Simple 2d parametric design
      Design Discussions • • gilboonet

      6
      0
      Votes
      6
      Posts
      732
      Views

      gilboonet

      @z3dev Thanks a lot, it is always helpful to understand the reason of specific behaviors. My design has one path for the outline that will be cut, and lines for the folds. To remove the black fill I can try to turn the path to a polygon.

    • Nathan Apter

      Hiring a JScad freelancer
      General Discussions • • Nathan Apter

      6
      0
      Votes
      6
      Posts
      972
      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.

    • Ion 0

      Exporting format for CNCs
      General Discussions • • Ion 0

      6
      0
      Votes
      6
      Posts
      778
      Views

      Ion 0

      Researching cnc workings better, seems like the conversion process is more involved and that DXF is a suitable format for generating CNC g-code from. DXF export from jscad is very reliable so far. thanks all for the replies

    • Cid Zhang

      [Christmas Update!]New application of JSCAD: Fully 3D-printed music box
      General Discussions • • Cid Zhang

      6
      2
      Votes
      6
      Posts
      845
      Views

      platypii

      Wow very cool! Hard to imagine how that would even be possible with traditional CAD software ๐Ÿ™‚

    • rozek

      vectorChar vs. vectorText
      General Discussions • • rozek

      6
      0
      Votes
      6
      Posts
      872
      Views

      z3dev

      @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