Page principale

From FreeCAD Documentation
Revision as of 14:59, 27 March 2017 by Mario52 (talk | contribs) (Created page with "== Table des matières ==")

Ceci est la documentation wiki de FreeCAD. L'information contenue ici est ce qui constitue la documentation incorporée dans le programme FreeCAD. Vous avez deux manières de parcourir la documentation: en naviguant dans la section pour les utilisateurs, ou en suivant le manuel. C'est un travail en perpétuel évolution, écrit par la communauté d'utilisateurs et de développeurs de FreeCAD. N'hésitez pas à nous aider en contribuant si vous trouvez qu'il manque des informations ou qu'elles sont incorrectes.


Contenu

Voici les trois points d'entrée principaux pour la documentation, pour les trois grandes catégories d'utilisateurs de FreeCAD :

  • Pour les utilisateurs : Explique comment installer et utiliser l'application FreeCAD et détaille le contenu des différents ateliers.
  • Pour les développeurs : explique comment écrire du code pour l'application FreeCAD, l'étendre ou l'utiliser dans vos propres applications.

Manuel

Le manuel Freecad est une autre façon, plus linéaire, de présenter l'information contenue dans ce wiki. Il est prévu pour être lu comme un livre, et constitue une introduction aux nombreuses autres pages des modules mentionnés ci-dessus. ebook versions (en anglais) est également disponible.

Table des matières

Le tableau suivant liste tous les articles de ce wiki. Il constitue l'ossature de la documentation hors-ligne fournie avec le logiciel FreeCAD. Il est disponible dans plusieurs langues :

S'impliquer

Comment participer

There is plenty to do inside the FreeCAD project, if you are interested in helping us. Of course, there are programming tasks for C++ or Python programmers, but there are also many things you can do even if you cannot code, such as

  • writing documentation
  • helping newcomers
  • translating the application and documentation
  • helping with the packaging of the latest release of FreeCAD for your favourite operating system
  • helping other people around you to discover FreeCAD.

The help FreeCAD page describes it all with more details. Starting from 2016, FreeCAD is also participating to the Google Summer of Code.

Code Source

FreeCAD can be compiled on all platforms using cMake. The source code is LGPL-licensed and hosted on GitHub. There are build instructions for Windows, Unix/Linux and MacOSX. The source code documentation is hosted here, generated by Doxygen, and documented on the wiki.

À propos du développement

Check the Development roadmap for news about what is being planned, the Changelog and Roadmap pages on the FreeCAD tracker to see the progress towards next release, or the Project statistics for even more information about the FreeCAD codebase. All the development communication happens on the forum, so be sure to visit it if you are interested in participating.