Search found 73 matches

by mmiscool
Sun Jul 10, 2022 8:29 pm
Forum: Developers corner
Topic: FreeCAD internal file format XML use
Replies: 2
Views: 628

Re: FreeCAD internal file format XML use

Thanks @vm4dim for the help understanding the XML data.

I was able to get it working.
Example:
https://web-cad.org/?com.github.jsketch ... CAD-import
by mmiscool
Sun Jul 03, 2022 11:28 pm
Forum: Developers corner
Topic: FreeCAD internal file format XML use
Replies: 2
Views: 628

FreeCAD internal file format XML use

Hello, I am currently working on an importer for .fcstd files for the JSketcher project. JSketcher uses OpenCASCADE and I have been able to load the individual brp items from with in the fcstd archive file but am running in to a bit of trouble understanding specifically what brp are relevant. The ex...
by mmiscool
Mon May 30, 2022 6:55 am
Forum: UX/UI Design
Topic: Community UI/UX Improvement Project
Replies: 33
Views: 13353

Re: Community UI/UX Improvement Project

Hello, Seeing this post referencing JSketcher it seemed like a good place to chime in. Just a little background. JSketcher is a browser based parametric 3d modeler. It works client side in the browser and uses a build of OpenCASCADE with custom wrappings compiled to WASM. As it currently stands we h...
by mmiscool
Fri Apr 23, 2021 2:29 am
Forum: Open discussion
Topic: [Help wanted] FreeCAD in web browser project. Its not Onshape! And its working.
Replies: 40
Views: 11834

Re: [Help wanted] FreeCAD in web browser project. Its not Onshape! And its working.

Don't have time to research at the moment but I have a request to upgrade to 19.1
https://github.com/mmiscool/FC-Docker/issues/6

Can some one share the PPA info so I can update.
The docker container I am using can be based on ubuntu 18.04 or 20.04

-Mike.
by mmiscool
Thu Nov 19, 2020 7:31 am
Forum: Open discussion
Topic: [Help wanted] FreeCAD in web browser project. Its not Onshape! And its working.
Replies: 40
Views: 11834

Re: [Help wanted] FreeCAD in web browser project. Its not Onshape! And its working.

I am installing freecad using the following commands inside the ubuntu container. Not building from source.

Is there a better ppa I should be using?

Code: Select all

apt install software-properties-common --no-install-recommends -y 
add-apt-repository ppa:freecad-maintainers/freecad-stable -y 
by mmiscool
Mon Nov 16, 2020 2:41 am
Forum: Open discussion
Topic: [Help wanted] FreeCAD in web browser project. Its not Onshape! And its working.
Replies: 40
Views: 11834

Re: [Help wanted] FreeCAD in web browser project. Its not Onshape! And its working.

Got a new server. Going to leave it on line for a while.
Have fun and play.
http://playground.freecadcloud.com/

Nothing is secure or private at all about this so really only to get an idea of what the project is about.
by mmiscool
Tue Oct 06, 2020 9:34 pm
Forum: Developers corner
Topic: Hijack and override all file browser windows
Replies: 10
Views: 2322

Re: Hijack and override all file browser windows

I have $75 I am willing to spend for a short example with the following. Replace hijack and replace all file dialogs in free cad. A textbox with the file location. A list box that can be populated from some kind of an array. Selecting an item sets the file name in the text box. List can be hard code...
by mmiscool
Thu Aug 06, 2020 2:56 pm
Forum: Open discussion
Topic: CADCloud
Replies: 47
Views: 20307

Re: CADCloud

This project allows FreeCAD to run on a headless docker container server. It also replaces portions of the FreeCAD UI with JavaScript html buttons. Interesting. Have you considered integrating it into a desktop app? FreeCAD is already a desktop app. All I was doing was bringing it to the browser in...
by mmiscool
Sun Aug 02, 2020 10:04 am
Forum: Open discussion
Topic: CADCloud
Replies: 47
Views: 20307

Re: CADCloud

With all the cloudy talk going on here. I thought it might be a good place to bring up a little side project I put together a while back. This project allows FreeCAD to run on a headless docker container server. It also replaces portions of the FreeCAD UI with JavaScript html buttons. Feel free to t...