• 2D slice from extruded polygon after substraction

    9
    5
    0 Votes
    9 Posts
    2k Views
    gilboonetG
    @Ion-0 That's great !
  • using jscad as a library

    2
    0 Votes
    2 Posts
    763 Views
    z3devZ
    @tektio there are several people working with V2 JSCAD libraries now. Here's one that I created to show how to use the viewer, as well as some of the common core functions. https://github.com/z3dev/vue-components Take a look at the General Discussions, as there's a thread started that lists some of the projects.
  • how to run demo in V2/web?

    4
    2
    0 Votes
    4 Posts
    2k Views
    z3devZ
    @tektio V2 JSCAD is very different then V1 JSCAD. The old examples are no longer usable with V2 JSCAD. Probably the best way to enabled two viewers would be through the use of the VUE components, but you'll have to write some HTML / JavaScript. https://github.com/z3dev/vue-components
  • V2 Update 2020 Dec 04

    1
    0 Votes
    1 Posts
    362 Views
    No one has replied
  • V2 Feedback : about slicing

    7
    2
    0 Votes
    7 Posts
    1k Views
    gilboonetG
    @z3dev I'm currently working with furniture models, they are all hand made. I sliced 8 models (they are available here https://github.com/gilboonet/designs/blob/master/MEUBLES/readme.md, each picture open the corresp. model into jscad) and they are clean because my scripts (slicer and unflattener) can only produce patterns for models without errors (holes, non-manifold). It's certainly my process that met an unhandled condition. To produce 2 axes imbricated crosspieces, I need to slice and then split slices that are made of multiple separated pieces because crosspiece cut need to be done for each piece. As you said it is too complex to debug. I need to simplify my process, maybe voxelization could help.
  • No more display of parameters captions on v1

    4
    1
    0 Votes
    4 Posts
    753 Views
    gilboonetG
    I finally understood what was happening, I inverted the colours parameter of Firefox to have white text and black background [image: 1606751617183-capture-d-%C3%A9cran-de-2020-11-30-16-51-13.png] I put text in black and it's ok.
  • How to use same script with different targets ?

    6
    1
    1 Votes
    6 Posts
    1k Views
    gilboonetG
    @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.
  • Student projects?

    2
    0 Votes
    2 Posts
    874 Views
    z3devZ
    @Alasdair-McAndrew I don't have any quick suggestions but will add some ideas whenever I come across something. There is one trend for JSCAD... collaboration. There are lots of frameworks, websites, applications that can house small applets (I don't have a better term) , and making JSCAD work with some of those would be very cool. I've marked the related issues with a label called collaboration as well.
  • V2 Update 2020 Nov 11

    1
    2 Votes
    1 Posts
    705 Views
    No one has replied
  • Access to the (fake) FileSystem in WEB Applications

    1
    1
    3 Votes
    1 Posts
    798 Views
    No one has replied
  • V2 Update 2020 Oct 24

    1
    1 Votes
    1 Posts
    384 Views
    No one has replied
  • Running code in workerthread

    5
    0 Votes
    5 Posts
    1k Views
    B
    @z3dev yeah, I went 'custom' way before I found JSCAD, I began by exposing VerbNurbs library first and implemented BabylonJS rendering but JSCAD adds so much to the project that I'm super enthusiastic about it. Vue part sounds very interesting. While I'm not very familiar with Vue, I suppose by reactive you mean Rxjs kind of reactive? Will have to analyse your project in more detail, thanks!
  • Color lost in translation (or any operation)

    4
    1
    0 Votes
    4 Posts
    1k Views
    BarbourSmithB
    Thanks! I'll give it a comment of support there
  • V2 Feedback : require selection from parameter

    3
    1
    0 Votes
    3 Posts
    753 Views
    gilboonetG
    @z3dev I could easily adapt to any solution allowing to feed a list parameter with files, it will be far a better UI practice than my current one that requires the user to type the file name. Or maybe the ability for a text parameter to receive a file from a drag-drop operation.
  • V2: Feedback render sluggish on GTX1070

    16
    0 Votes
    16 Posts
    4k Views
    z3devZ
    @hrgdavor don't panic. i understand just fine. but i wanted to make sure that everything has been tried before making changes. also, i'm not certain why 'exact' mouse position is important. i'm just fine working with V2, and don't find the inertia to be troublesome. so, maybe this would be a user preference. no?
  • V2 Update 2020 OCT 11

    2
    1 Votes
    2 Posts
    619 Views
    BarbourSmithB
    Very exciting! I can't wait to give the latest a try.
  • Passing multiple solids to entitiesFromSolids

    3
    0 Votes
    3 Posts
    1k Views
    BarbourSmithB
    Thank you so much! Honestly looking at it now I don't see how I didn't understand how it worked. Union takes an array of solids so that would make the most sense. Thanks!
  • V2 feedback : extrudeRotate

    7
    1
    0 Votes
    7 Posts
    1k Views
    gilboonetG
    @z3dev the svg is here : https://github.com/gilboonet/gilboonet.github.io/blob/master/demos/demi_l.svg What I'm trying to do is a composite volume made of half a revolution of extrudeRotate then extrudeLinear with the same shape. I was able to have both extrusion method return a volume, but they don't coincide.
  • V2 feedback : extrudeFromSlices

    4
    1
    1 Votes
    4 Posts
    1k Views
    gilboonetG
    @z3dev An option to show/hide slider value would be great. Long ago I made some tweaks to parameters that looked like that, but now jscad architecture is too complex for me to make such changes. On the bottom of the screenshot you can see file browser to import/export parameters that I also added and was of great help to make complex models. [image: 1601885965071-capture-d-%C3%A9cran-de-2020-10-05-10-16-38.png]
  • V2 Update : 2020 SEP 28

    2
    1 Votes
    2 Posts
    412 Views
    gilboonetG
    That's great to be able to use the WEB UI, especially with loading of remote URL ! (Seems that the link to www.jscad.xyz points to this discussion)