-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interest in using SolveSpaces solver? #72
Comments
Hi @vespakoen I am quite intertested in solvespace wasm, since opencascade is too heavy for me. However, I did some investigation on solvespace compilation on wasm, didn't find any code for it. Would you please let me know where to find related resources? Thanks |
There is an experimental WASM version hosted on NPM (https://www.npmjs.com/package/slvs?activeTab=versions), try version 3.1.0-dev.22, it might work for you. |
Excellent! So how would we use this in Replicad? Pipe its output to the Solid.translate method? |
hi @hernanponcetta Thanks a lot for your information! That helps. After investigation, I just found three.cad can not export STEP yet. Since support STEP is a MUST option in my case, do you know exporting STEP can be supported by solvespace wasm? Thanks :) |
I just uploaded JS / WASM bindings for SolveSpace in my PR.
This might be fun to play with over here?
solvespace/solvespace#1343 (comment)
The API will probably change a bit before it gets merged, but i'd be interested to hear your thought ;)
The text was updated successfully, but these errors were encountered: