link to download the early preview
https://www.iesensor.com/download/FreeC ... 160920.pdf
This is pandoc generated from my markdown notes, during developing CFD module.
it will be uploaded to github soon after a check soon (Oct 2016)
https://github.com/qingfengxia/FreeCAD_ ... _Guide.git
for discussion
============
This is an early preview, in some of the chapter only the outline/code is provided without any explanation.
Please ignore the format errors, since I have not checked the image pos, paragraph spaces, code wrapping error.
- Please provide some structural advice on this book to make it useful for new developer, like some more chapter is needed.
- Some of my thoughts might be false, please point out:
- some features like how TaskPanel works, is not clear to me, so it is not discussed.
- some topic like how the document is serialized into FCStd file and reload, may be not stop module developer to make new module, is not explored.
- Is that possible to develop PreferencePage in python?
- Is there a better way to reference to doxygen graph with URL, I am not sure the URL is fixed for diff version.
my todo list:
===========
1. There are huge quantity of GUI widgets, needs not be explored. However, the widget for quantity value input should be exampled like, adding SpnBox to QDevelop and taskPanel
2. Translation and i18n process is not exampled, since i have not reached such step for CFD module.
3. how to use ccache to reduce compilation time
Thanks