-
Notifications
You must be signed in to change notification settings - Fork 0
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
Multiple active Viewer objects #2
Comments
Added another parameter To enable threading you MUST run julia using: julia --project=. --threads=auto An example using REPL: using Plasm
VIEW(CUBOID([1,1,1]), use_thread=true)
VIEWCOMPLEX(lar, use_thread=true) @apaoluzzi please check and close the issus |
The new version die on macOS Sequoia v15.0.1 The terminal script follow:
|
it's related to MacOS. See: |
@apaoluzzi there is not much we can do about it right now. please close the issue |
Hope we can reopen this isuue in some future |
Il would be of greater benefit to Plasm users to have more that one active Viewer objects.
Currently, only one Viewer object (1) gets control of execution, and (2) programs cannot continue until it is closed and (3) the control returns to Julia's Main process.
It would be great if (in some future release) Plasm.jl multiprocessing could open, interact, and close more that one Viewer windows, possibly under the control of Julia REPL on the terminal.
Great benefits would arise both for the julia software developer (e.g. in debug) and the designer (engineer, architect, etc.) enjoying Plasm.jl
The text was updated successfully, but these errors were encountered: