You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to develop a GUI program where I can get obtain .STEP files. Currently, there are no major native crates for CAD in rust. So, I am using CADquery.
What I would like to do is, when a button is pressed after the user gives some inputs, it should execute a .py file of CADquery to generate a .STEP file. This means that all the CADquery library files and it dependency must be included in the GUI executable.
How do I go ahead with this ?
It would be easy if the CADquery library is in a folder, and I could just give a path for the interpreter to execute with that path.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am trying to develop a GUI program where I can get obtain .STEP files. Currently, there are no major native crates for CAD in rust. So, I am using CADquery.
What I would like to do is, when a button is pressed after the user gives some inputs, it should execute a .py file of CADquery to generate a .STEP file. This means that all the CADquery library files and it dependency must be included in the GUI executable.
How do I go ahead with this ?
It would be easy if the CADquery library is in a folder, and I could just give a path for the interpreter to execute with that path.
Beta Was this translation helpful? Give feedback.
All reactions