Z3 Development

Results 445 comments of Z3 Development

@gilboonet please try again. To start... - git clone the repository - cd OpenJSCAD.org - git checkout V2 And create a copy of the OBJ deserializer - cd packages/io -...

> I wrote the deserializer and now I need to test. Apparently the two files instantiate.test.js and translate.test.js need to be changed. What do I need to do to test...

Great! I suggest using something like this for testing translation, as strings can be different across operating systems. (From AMF deserializer tests) ``` const countOf = (search, string) => {...

@gilboonet How are you progressing on the testing? I hope that you are making some good test cases. 👍 By the way, I'm working the X3D deserializer. I added a...

The left hand view doesn’t look correct. This shows the output from console.log(observed). **There are no points or faces.** So, there are some issues in the translation. Now, you need...

@gilboonet how goes the testing? Are you making progress?

> @z3dev I didn't make any progress, my code looks ok, so I didn't find what to check. I don't think I'm skilled enough for such development even if I...

@onebeartoe Have you tried V2 JSCAD? The attached script is very basic (using module as a function, etc), and should convert to V2 JSCAD fairly easily. www.openjscad.xyz api documentation at...

> @z3dev, I tried the OpenSCAD script I attached here. But it didn't see an option for .scad files; only 'Load a JSCAD Project'. > > See the attached screenshot....

@gilboonet Thanks. So, you now have a special function to convert CAG(s) to SVG text. Correct? OpenJSCAD has a set of supported formats for export. Do you want to add...