Page 10 of 14

Re: glider workbench

Posted: Mon Sep 23, 2019 11:00 am
by looo

Re: glider workbench

Posted: Mon Sep 30, 2019 2:08 pm
by Mx74
https://vimeo.com/360754349
Next step for OpenGlider ? :-)

Re: glider workbench

Posted: Mon Sep 30, 2019 5:44 pm
by looo
Mx74 wrote: Mon Sep 30, 2019 2:08 pm by Mx74 » Mon Sep 30, 2019 3:08 pm
https://vimeo.com/360754349
Next step for OpenGlider ?
thanks for the link. We are developing also in this direction, but this is very difficult stuff:
https://github.com/booya-at/paraFEM

Re: glider workbench

Posted: Tue Nov 12, 2019 12:16 am
by datecru
Hi, anyone have a video tutorial or could explain the installation process?, i try everything and i can't do it :cry:

Re: glider workbench

Posted: Tue Nov 12, 2019 10:10 am
by looo
Using conda:

Code: Select all

conda create --name <env_name> freecad openglider  -c openglider -c freecad/label/dev -c conda-forge 
to run freecad:

Code: Select all

conda activate <env_name>
FreeCAD
For conda install the latest version of miniconda (currently python3.7):
https://docs.conda.io/en/latest/miniconda.html

For help on how to use conda, best to have a look at the docs available:
https://docs.conda.io/en/latest/
or search for a video tutorial

other packagemanager:
If you want to install on linux distro. Best to have a look at the dependency section of the library and install the libraries with system package-manager. https://github.com/booya-at/OpenGlider/ ... quires.txt
Once done clone the openglider library and install it:

Code: Select all

git clone https://github.com/booya-at/OpenGlider
cd OpenGlider
pip install -e --no-deps .
But this way some features are not enabled (mainly some meshing tools and flow-simulation).

Re: glider workbench

Posted: Sun Nov 17, 2019 11:06 am
by svenair
looo wrote: Fri Dec 11, 2015 4:56 pm Announcing the glider workbench, a gui for OpenGlider in freecad. Development is still ongoing, but I thought it is time to show the development state. If someone is interested in testing or developing I can give instructions on how to install OpenGlider and this workbench.
Image
It looks like it is a very useful and nice Workbench!
I had Interest to play with this..
But to install looks for me a bit difficult..
I had many happy Time under Paragliders and now more under Hanggliders..
https://www.youtube.com/watch?v=rKJmh9sq5x8&t=242s
Are you in this Buisyness?
I started Paragliding 1989..

Re: glider workbench

Posted: Sun Nov 17, 2019 11:21 am
by chrisb
This workbench seems to be interesting for quite a lot of people. Should it be integrated in the Addon manager?

Re: glider workbench

Posted: Sun Nov 17, 2019 1:20 pm
by looo
chrisb wrote: Sun Nov 17, 2019 11:21 am This workbench seems to be interesting for quite a lot of people. Should it be integrated in the Addon manager?
Not possible to due difficult (compiled) dependencies (mainly parabem, meshpy). We provide easy installation with conda. In my mind this is a good compromise between maintainability and simplicity to install.

Re: glider workbench

Posted: Sun Nov 17, 2019 1:27 pm
by looo
svenair wrote: Sun Nov 17, 2019 11:06 am Are you in this Buisyness?
I started Paragliding 1989..
Not really, but we are planning to release one of the designs mentioned in this topic.

Re: glider workbench

Posted: Sun Nov 17, 2019 6:06 pm
by svenair
Interesting..
The Software makes a good look for work, when it is easyer to install or when I'm having some Time, I will test.