-
Notifications
You must be signed in to change notification settings - Fork 13
Add unit tests for all serializers & deserializers #23
Comments
I f I remember correctly then most samples came form other repos or websites. Not sure that helps or not but we might want to download samples rather then store them. |
For pure meshes, direct conversion to CSG/CAG makes sense. But there are formats which describe shapes, e.g. lines, circles, arc, etc. By supporting source code then those objects can be used as such. I really don't want to favor one or the other, because there's value to both. The users of the applications should decide. |
Hmm perhaps they (the svg/dxg etc to source code versions) represent some completely different use cases and should be optional tools, as they somewhat like that the openscad-openjscad translator (ie : can be useful, but should not always be bundled ?) |
That's an interesting idea. Source code generation is another library, but not really core. Hmm... I'll think about it. |
@kaosat-dev @z3dev Thank you for the wonderful tool. |
Thanks @drom ! that would be great ! On top of my head as far as priority goes:
What do you think @z3dev ? |
Yes. That's about right. STL needs some extensive testing as that format is by far the most popular. This should be easy to test. It would be great to get some tests around OBJ formats. Does anyone have access to the application? |
I am adding tests for stl deserializer as part of the import as CSG option.
|
@kaosat-dev I am looking into |
Sure. Please try. The tests just need to,run across platforms and versions, otherwise we will probably accept anything. :) |
@z3dev |
I work with MACOS but sometimes run on Linux. The discussion about going backwards with NOEDEJS was already held. There's really no point as project dependencies demand higher versions, I.e 5,6,7 And I don't want to spend time and energy supporting old standards, etc.. |
Node 4 has just been deprecated, and does not support most es6 features. |
btw @drom I am not sure I understand what you mean by
Do you mean creates SVGs to compare with ? |
@kaosat-dev right now in
|
ok, in that case, please open a seperate issue , as that has nothing to do with unit testing, but a totally different implentation :) (please just copy & paste your code above to keep it simple) |
Done as part of V2. |
We currently have NO unit tests for any of the sub packages in this repo
We need:
List of things to do/ done :
The text was updated successfully, but these errors were encountered: