Main Page: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 7: Line 7:
{{Clear}}
{{Clear}}


== The hubs == <!--T:3-->
== Os hubs == <!--T:3-->


<!--T:4-->
<!--T:4-->
[[Image:Crystal_Clear_app_display.png|64px|left]] [[User_hub|Users hub]]: This page contains documentation useful for FreeCAD users in general: a list of all the workbenches, detailed instructions on how to install and use the FreeCAD application, tutorials, and all you need to get started.
[[Image:Crystal_Clear_app_display.png|64px|left]] [[User_hub|Hub de usuários]]: esta página é destinada aos usuários do FreeCAD em geral: uma lista com todas as bancadas de trabalho, instruções sobre como instalar o programa, tutoriais e tudo que você precisa saber para começar a usar o FreeCAD.
{{Clear}}
{{Clear}}
[[Image:Crystal Clear app terminal.png|64px|left]] [[Power_users_hub|Power users hub]]: This page gathers documentation for advanced users and people interested in writing python scripts. There you will also find a repository of macros, instructions on how to install and use them, and more information about customizing FreeCAD to your specific needs.
[[Image:Crystal Clear app terminal.png|64px|left]] [[Power_users_hub|Hub de usuários avançados]]: contém a documentação para usuários avançados e pessoas interessadas em escrever scripts Python para o FreeCAD. A página apresenta um repositório de macros, instruções sobre como instalá-los e usá-los e informações sobre como personalizar o FreeCAD de acordo com suas necessidades.
{{Clear}}
{{Clear}}
[[Image:Crystal Clear app tutorials.png|64px|left]] [[Developer_hub|Developers hub]]: This section contains material for developers: How to compile FreeCAD yourself, how the FreeCAD source code is structured, how to navigate the source code, how to develop new workbenches, and embed FreeCAD in your own application.
[[Image:Crystal Clear app tutorials.png|64px|left]] [[Developer_hub|Hub de desenvolvedores]]: esta seção contém material para desenvolvedores: como compilar o FreeCAD por conta própria, como é estruturado o código-fonte, como navegar no código-fonte, como desenvolver novas bancadas de trabalho e como incorporar o FreeCAD em seu próprio aplicativo.
{{Clear}}
{{Clear}}



Revision as of 15:44, 8 November 2021

Introdução

Este é o wiki de documentação do FreeCAD. Existem várias maneiras de usar esta documentação: explorando os hubs, seguindo o manual ou usando as entradas do menu Ajuda no FreeCAD. Este é um trabalho em andamento, escrito pela comunidade de usuários e desenvolvedores do FreeCAD. Se você encontrar informações erradas ou ausentes, por favor, ajude o FreeCAD!

Os hubs

Hub de usuários: esta página é destinada aos usuários do FreeCAD em geral: uma lista com todas as bancadas de trabalho, instruções sobre como instalar o programa, tutoriais e tudo que você precisa saber para começar a usar o FreeCAD.

Hub de usuários avançados: contém a documentação para usuários avançados e pessoas interessadas em escrever scripts Python para o FreeCAD. A página apresenta um repositório de macros, instruções sobre como instalá-los e usá-los e informações sobre como personalizar o FreeCAD de acordo com suas necessidades.

Hub de desenvolvedores: esta seção contém material para desenvolvedores: como compilar o FreeCAD por conta própria, como é estruturado o código-fonte, como navegar no código-fonte, como desenvolver novas bancadas de trabalho e como incorporar o FreeCAD em seu próprio aplicativo.

Manual

The FreeCAD manual is another, more linear way to present the information contained in this wiki. It is designed to be read like a book, and will gently introduce you to many other pages from the hubs above. ebook versions are also available, as well as a couple of translations in pdf format.

Table of contents

The following table lists all the articles of this wiki that form the backbone of the offline documentation shipped with the FreeCAD application. It is already available in several languages:

Get involved

How to participate

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 and editing the wiki (en)
  • 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 also participates in the Google Summer of Code. The Contributors hub page is another effort to gather the possible ways to help and contribute to the FreeCAD project.

Source code

FreeCAD can be compiled on all platforms using CMake. The source code is LGPL-licensed and hosted on GitHub and mirrored on GitLab and CodeBerg. There are build instructions for Windows, Linux and MacOS. The source code documentation is hosted here, generated by Doxygen, and documented on the wiki.

About the development

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.