Update documentation: ImGui, Qt, and Python env#522
Merged
bakpaul merged 7 commits intosofa-framework:masterfrom Jul 24, 2025
Merged
Update documentation: ImGui, Qt, and Python env#522bakpaul merged 7 commits intosofa-framework:masterfrom
bakpaul merged 7 commits intosofa-framework:masterfrom
Conversation
hugtalbot
commented
Jul 22, 2025
hugtalbot
commented
Jul 22, 2025
hugtalbot
commented
Jul 22, 2025
fredroy
reviewed
Jul 23, 2025
bakpaul
requested changes
Jul 24, 2025
| .. code-block:: shell | ||
|
|
||
| runSofa examples/example1.py | ||
| runSofa example.py |
Contributor
There was a problem hiding this comment.
Shouldn't we mention at one point the necessity to load SofaPython3 here ?
Add :
💡 To make sure runSofa is able to load a .py scene, either open runSofa without any argument once and add libSofaPython3 in the plugin manager or add
-l SofaPython3in this command line. For more information see link to 'using the plugin doc'
hugtalbot
commented
Jul 24, 2025
hugtalbot
commented
Jul 24, 2025
bakpaul
approved these changes
Jul 24, 2025
RafaelPalomar
pushed a commit
to Slicer/SofaPython3
that referenced
this pull request
Jan 28, 2026
* Update documentation to explicit the use of ImGui and SOFA in Python * add description to use SofaQt * clarify and clean the installation section * Rename example1 as example * simplify writing for ImGui use * Apply suggestions from code review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR aims at improving the doc :