Houkime / OpenBurn

Free and open-source solid rocket motor design and internal ballistics simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenBurn

OpenBurn is an open-source solid rocket engine simulation and design platform designed from the ground up for the amateur rocketry community. OpenBurn is based on Qt5 and Python 3, and has support across all major platforms (Windows, OSX, Linux).

Building

OpenBurn requires:

  • Qt 5.6 or newer, preferably the newest version (currently 5.11).
  • Python 3.6+
  • PyQt5 or PySide2[1]

[1]OpenBurn uses the QtPy abstraction layer for Python Qt bindings, so you can use either PySide2 or PyQt5

To check out the ongoing development:

git clone https://github.com/tuxxi/OpenBurn
sudo pip install -r requirements.txt
python3 main.py

About

Free and open-source solid rocket motor design and internal ballistics simulation

License:GNU General Public License v3.0


Languages

Language:Python 100.0%