Skip to content

Commit 14d4308

Browse files
committed
chore: update readme
1 parent e8d2fc5 commit 14d4308

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
# JSBSim to Blender
1+
# JSBSim Viewer
22

3-
Load and visualize aircraft FDM metrics from JSBSim XML files inside Blender
3+
JSBSim-Viewer is an extension that lets you import and visualize the spatial layout of [JSBSim](https://github.com/JSBSim-Team/jsbsim) flight dynamics model (FDM) XML data. It reads the XML structure and plots the defined nodes, points, and reference locations in 3D space, allowing you to explore the aircraft’s configuration visually.
4+
5+
This is useful for:
6+
7+
- Inspecting the geometric and reference layout of JSBSim aircraft models
8+
- Debugging or understanding FDM XML configurations
9+
- Visualizing how aerodynamic and structural points are positioned relative to each other
410

511
## How to install it?
6-
Download the zip file for your Blender version at the [releases](https://github.com/RenanMsV/JSBSim2Blender/releases) section.\
7-
Open the user preferences window (File->User Preferences or Ctrl-Alt-U) and then go to the Add-on tab, click the button for "Install" and select the zip file you downloaded.\
8-
After installing you must activate by going in the search bar below the "Install" button and searching for "JSBSim" and then checking the box on the right of "Import-Export: JSBSim to Blender"
12+
13+
1. Download the latest zip file for your Blender version at the [releases](https://github.com/RenanMsV/JSBSim-Viewer/releases) section.
14+
2. Open the user preferences window (File->User Preferences or Ctrl-Alt-U) and then go to the Add-on tab, click the button for "Install from Disk" and select the zip file you downloaded.
15+
3. After installing you must activate by going in the search bar below the "Install" button and searching for "JSBSim" and then checking the box on the right of "Import-Export: JSBSim Viewer"
916

1017
## How do I use it?
1118
Go to File->Import->JSBSim Flight Dynamics Model (.xml), select a JSBSim XML file

0 commit comments

Comments
 (0)