FreeCAD & Windows Store

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
himbeerhacks
Posts: 14
Joined: Tue Nov 27, 2018 12:06 pm

FreeCAD & Windows Store

Post by himbeerhacks »

Hey!
Are there any plans on releasing FreeCAD in the Windows Store?
Blender was published on the Windows Store this month so I think it should be possible to do this for FreeCAD too. This would increase the ease of use (especially the installation and updating process) a lot.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: FreeCAD & Windows Store

Post by Kunda1 »

himbeerhacks wrote: Tue Nov 27, 2018 3:15 pm Hey!
Are there any plans on releasing FreeCAD in the Windows Store?
Blender was published on the Windows Store this month so I think it should be possible to do this for FreeCAD too. This would increase the ease of use (especially the installation and updating process) a lot.
What's involved? + Would you be willing to do some footwork to help make it happen?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
freedman
Veteran
Posts: 3477
Joined: Thu Mar 22, 2018 3:02 am
Location: Washington State, USA

Re: FreeCAD & Windows Store

Post by freedman »

Be sure and read the contract fine print for listing stuff in their store; Typically they only want your money and your data. :)
himbeerhacks
Posts: 14
Joined: Tue Nov 27, 2018 12:06 pm

Re: FreeCAD & Windows Store

Post by himbeerhacks »

Kunda1 wrote: Tue Nov 27, 2018 5:27 pm
himbeerhacks wrote: Tue Nov 27, 2018 3:15 pm Hey!
Are there any plans on releasing FreeCAD in the Windows Store?
Blender was published on the Windows Store this month so I think it should be possible to do this for FreeCAD too. This would increase the ease of use (especially the installation and updating process) a lot.
What's involved? + Would you be willing to do some footwork to help make it happen?
I have some experience with developing Windows Apps so I would help to make it happen. I'm not sure yet how much work needs to be done because I haven't had a look at the FreeCAD source code yet.

Is there anybody I can get in touch with for more details? Maybe one of the developers?
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: FreeCAD & Windows Store

Post by bernd »

himbeerhacks wrote: Wed Dec 05, 2018 6:05 pm Is there anybody I can get in touch with for more details? Maybe one of the developers?
just ask at at the developer forum https://forum.freecadweb.org/viewforum.php?f=10
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: FreeCAD & Windows Store

Post by sgrogan »

himbeerhacks wrote: Wed Dec 05, 2018 6:05 pm Is there anybody I can get in touch with for more details? Maybe one of the developers?
I'm not a developer, but I do package FreeCAD for Win, what do you need to know?
"fight the good fight"
himbeerhacks
Posts: 14
Joined: Tue Nov 27, 2018 12:06 pm

Re: FreeCAD & Windows Store

Post by himbeerhacks »

sgrogan wrote: Wed Dec 05, 2018 9:59 pm
himbeerhacks wrote: Wed Dec 05, 2018 6:05 pm Is there anybody I can get in touch with for more details? Maybe one of the developers?
I'm not a developer, but I do package FreeCAD for Win, what do you need to know?
So one thing I need to know is, what is part of the FreeCAD Libpack? This is probably the most difficult thing, because there may be dependencies that are hard (or even impossible) to package into a UWP app.

btw the link to the libpack on this wiki page https://www.freecadweb.org/wiki/Compile ... ith_VS2013 isn't working any more, so I wasn't able to compile FreeCAD on my machine to do some tests.
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: FreeCAD & Windows Store

Post by sgrogan »

himbeerhacks wrote: Sat Dec 08, 2018 12:44 pm So one thing I need to know is, what is part of the FreeCAD Libpack?
The Libpack contains all the dependencies to build and run FreeCAD it is pretty heavy weight QT, OpenCascade, Python, etc.
Only a subset of this needs to be packaged for runtime, basically the contents of the bin sub-directory less the debug dll's.
I fixed the link.
"fight the good fight"
himbeerhacks
Posts: 14
Joined: Tue Nov 27, 2018 12:06 pm

Re: FreeCAD & Windows Store

Post by himbeerhacks »

Ok thank you, is this part of the FreeCAD installer executable? Do you know if the installer is able to run in silent mode?
If this applies, it should be possible to package FreeCAD in a uwp package.
I'm currently setting up an environment to test this, I will post my results as soon as possible.
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: FreeCAD & Windows Store

Post by sgrogan »

himbeerhacks wrote: Sat Dec 08, 2018 5:55 pm Ok thank you, is this part of the FreeCAD installer executable? Do you know if the installer is able to run in silent mode?
Yes, all the necessary runtime stuff is in the installer (it also installs the MSVC redistributable) it can be run in silent mode.
We use NSIS to make the installer, so its just a zip archive, you can unpack it with 7zip or the like to examine it's contents.
"fight the good fight"
Post Reply