Skip to content

nivos/OpenGlider

 
 

Repository files navigation

OpenGlider

Build Status Coverage Status Documentation Status

someday, hopefully this is open source paraglider design software

Try It

Clone the git-repo first:

git clone https://github.com/hiaselhans/OpenGlider.git

Install using Pip:

cd OpenGlider
pip install -e .

Or manually install all dependencies (using distro-repos, easy_install or pip)

  • ezodf2
  • dxfwrite
  • scipy
  • (svgwrite)
  • (vtk)

If you want to permanently install link it to the python packages or install with setup.py

  python2 setup.py develop

we use python2 as vtk is not yet available for python3.

Unittests and Visual Tests

To run all unittests, run this from the main directory:

./testall.py

Or use -a to also run visual tests

./testall.py -a

Development Progress

While still being in an early status, here is some little screenshots to see the progress:

screenshot gui screenshot testcell with miniribs screenshot demokite with central minirib screenshot demokite plots plots

The plan is to build on:

It will take some time, if you want to help, feel free to do so!

Using some older code, we already created a few prototypes which can be seen on www.booya.at

About

someday, hopefully this is open source paraglider design software

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%