Update images on XDGData and README

This commit is contained in:
Max Wilfinger
2024-09-24 12:59:13 +02:00
committed by Yorik van Havre
parent 32e09d9554
commit 8b8f591a8a
9 changed files with 35 additions and 38 deletions

BIN
.github/images/assembly-dark.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 KiB

BIN
.github/images/assembly.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

BIN
.github/images/bim-dark.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 KiB

BIN
.github/images/bim.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 KiB

BIN
.github/images/fem.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 KiB

BIN
.github/images/partdesign-dark.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 KiB

BIN
.github/images/partdesign.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 KiB

View File

@@ -2,7 +2,7 @@
### Your own 3D parametric modeler ### Your own 3D parametric modeler
[Website](https://www.freecad.org) • [Website](https://www.freecad.org) •
[Documentation](https://wiki.freecad.org) • [Documentation](https://wiki.freecad.org) •
[Forum](https://forum.freecad.org/) • [Forum](https://forum.freecad.org/) •
[Bug tracker](https://github.com/FreeCAD/FreeCAD/issues) • [Bug tracker](https://github.com/FreeCAD/FreeCAD/issues) •
@@ -12,7 +12,7 @@
[![Release](https://img.shields.io/github/release/freecad/freecad.svg)](https://github.com/freecad/freecad/releases/latest) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/freecad/localized.svg)](https://crowdin.com/project/freecad) [![Liberapay](https://img.shields.io/liberapay/receives/FreeCAD.svg?logo=liberapay)](https://liberapay.com/FreeCAD) [![Release](https://img.shields.io/github/release/freecad/freecad.svg)](https://github.com/freecad/freecad/releases/latest) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/freecad/localized.svg)](https://crowdin.com/project/freecad) [![Liberapay](https://img.shields.io/liberapay/receives/FreeCAD.svg?logo=liberapay)](https://liberapay.com/FreeCAD)
<img src="https://user-images.githubusercontent.com/1828501/174066870-1692005b-f8d7-43fb-a289-6d2f07f73d7f.png" width="800"/> <img src="/.github/images/partdesign.png" width="800"/>
Overview Overview
-------- --------

View File

@@ -9,65 +9,62 @@
<summary>An open source parametric 3D CAD modeler</summary> <summary>An open source parametric 3D CAD modeler</summary>
<description> <description>
<p> <p>
FreeCAD is an open-source parametric 3D modeler made FreeCAD is an open-source parametric 3D modeler built to help you design real-world objects of
primarily to design real-life objects of any size. any size. With parametric modeling, you can easily modify your designs by adjusting parameters
Parametric modeling allows you to easily modify your in the model history. FreeCAD is suitable for a wide range of uses, from product design and
design by going back into your model history and mechanical engineering to architecture and 3D printing.
changing its parameters. It is designed to fit a
wide range of uses including product design, mechanical
engineering, architecture and 3D printing.
</p> </p>
<p> <p>
FreeCAD allows you to sketch geometry constrained The software allows you to create constrained 2D sketches, which can be used as the basis for more
2D shapes and use them as a base to build other objects. complex 3D models. It includes tools to adjust dimensions, extract design details, and produce
It contains many components to adjust dimensions or production-ready technical drawings. FreeCAD is available on Windows, Mac, and Linux, and
extract design details from 3D models to create high supports various file formats like STEP, IGES, STL, SVG, DXF, OBJ, IFC, and more, making it easy to
quality production-ready drawings. it is a multiplatfom fit into existing workflows. It also supports customization through Python scripting for those
(Windows, Mac and Linux), highly customizable using the who want to automate tasks or develop custom features.
Python language. It reads and writes to many open file
formats such as STEP, IGES, STL, SVG, DXF, OBJ, IFC,
DAE and many others, making it possible to seamlessly
integrate it into your workflow.
</p> </p>
<p> <p>
FreeCAD includes a modern Finite Element Analysis (FEA) FreeCAD offers several specialized workbenches, including tools for Finite Element Analysis
tools, experimental CFD, BIM, Geodata workbenches, (FEA), Building Information Modeling (BIM), CAM / CNC and robot movement simulation. You can expand its
a Path (CNC) workbench, a robot simulation module that capabilities with add-ons, plugins, and macros created by the FreeCAD community, which can be
allows you to study robot movements and many more, and installed directly from the application. This flexibility makes it a practical choice for both
a rich collection of plugins and macros installable professionals and hobbyists.
directly from within the application.
</p> </p>
</description> </description>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<caption>Part Design</caption> <caption>Part Design</caption>
<image>https://wiki.freecad.org/images/7/72/Freecad016_screenshot1.jpg</image> <image>https://raw.githubusercontent.com/FreeCAD/FreeCAD/main/.github/images/partdesign.png</image>
</screenshot> </screenshot>
<screenshot> <screenshot>
<caption>An assembly</caption> <caption>Assembly</caption>
<image>https://wiki.freecad.org/images/f/f7/FreeCAD_highlight_3_0.19.jpg</image> <image>https://raw.githubusercontent.com/FreeCAD/FreeCAD/main/.github/images/assembly.png</image>
</screenshot> </screenshot>
<screenshot> <screenshot>
<caption>Arch Workbench</caption> <caption>BIM</caption>
<image>https://wiki.freecad.org/images/c/c3/Arch_tutorial_43.jpg</image> <image>https://raw.githubusercontent.com/FreeCAD/FreeCAD/main/.github/images/bim.png</image>
</screenshot> </screenshot>
<screenshot> <screenshot>
<caption>Part Design</caption> <caption>FEM</caption>
<image>https://wiki.freecad.org/images/f/f4/Freecad-document-01.jpg</image> <image>https://raw.githubusercontent.com/FreeCAD/FreeCAD/main/.github/images/fem.png</image>
</screenshot> </screenshot>
</screenshots> </screenshots>
<keywords> <keywords>
<!-- copied from https://www.freecad.org/ HTML: <meta name="keywords" [...] /> -->
<keyword>engineering</keyword> <keyword>engineering</keyword>
<keyword translate="no">opencascade</keyword>
<keyword >architecture</keyword>
<keyword translate="no">cad</keyword> <keyword translate="no">cad</keyword>
<keyword translate="no">bim</keyword> <keyword translate="no">bim</keyword>
<keyword translate="no">fem</keyword> <keyword translate="no">fea</keyword>
<keyword translate="no">fem</keyword>
<keyword translate="no">cam</keyword>
<keyword translate="no">cnc</keyword>
<keyword translate="no">design</keyword>
<keyword translate="no">3d</keyword> <keyword translate="no">3d</keyword>
<keyword translate="no">3d-printing</keyword> <keyword translate="no">3d-printing</keyword>
<keyword translate="no">coin</keyword> <keyword translate="no">opencascade</keyword>
<keyword translate="no">parametric-modeler</keyword> <keyword translate="no">parametric-modeler</keyword>
<keyword>architecture</keyword>
<keyword>assembly</keyword>
<keyword>part</keyword>
<keyword translate="no">coin</keyword>
</keywords> </keywords>
<url type="homepage">https://www.freecad.org/</url> <url type="homepage">https://www.freecad.org/</url>
<url type="bugtracker">https://github.com/FreeCAD/FreeCAD/issues</url> <url type="bugtracker">https://github.com/FreeCAD/FreeCAD/issues</url>