https://github.com/jsbsim-team/jsbsim.jl
Julia interface to the JSBSim library
https://github.com/jsbsim-team/jsbsim.jl
Last synced: 5 months ago
JSON representation
Julia interface to the JSBSim library
- Host: GitHub
- URL: https://github.com/jsbsim-team/jsbsim.jl
- Owner: JSBSim-Team
- License: lgpl-2.1
- Created: 2021-02-21T12:52:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T12:20:21.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T19:35:49.687Z (over 1 year ago)
- Language: Julia
- Size: 26.4 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/bcoconni/JSBSim.jl/actions/workflows/build_test.yml)
This package aims to provide a Julia interface to the [JSBSim library](https://github.com/JSBSim-Team/jsbsim).
JSBSim is a multi-platform, general purpose object-oriented Flight Dynamics Model (FDM) written in C++. The FDM is essentially the physics & math model that defines the movement of an aircraft, rocket, etc., under the forces and moments applied to it using the various control mechanisms and from the forces of nature. JSBSim can be run in a standalone batch mode flight simulator (no graphical displays) for testing and study, or integrated with [FlightGear](https://www.flightgear.org/) or other flight simulator.
## Installation
Just like any registered package, in pkg mode (`]` at the REPL)
```bash
add JSBSim
```
`JSBSim.jl` depends on the [`JSBSim_jll`](https://github.com/JuliaBinaryWrappers/JSBSim_jll.jl) JLL package and on [`CxxWrap`](https://github.com/JuliaInterop/CxxWrap.jl) to provide a Julia interface to the C++ library JSBSim.
## Support
For general support about JSBSim, please [visit the JSBSim project](https://github.com/JSBSim-Team/jsbsim).
For issues specific to `JSBSim.jl`, please open a ticket in this project.