20,741
edits
mNo edit summary |
|||
| Line 1: | Line 1: | ||
{{WIP}} | {{WIP}} | ||
This article is intended to be a sandbox for Canvas related ideas/enhancements, including code snippets, patches and boilerplate code for integration layer changes to implement new elements. Readers are generally assumed to be familiar with [[Building FlightGear]] and [[Canvas Development]], as well as C++ | This article is intended to be a sandbox for Canvas related ideas/enhancements, including code snippets, patches and boilerplate code for integration layer changes to implement new elements. Readers are generally assumed to be familiar with [[Building FlightGear]], [[Git for laymen]] and [[Canvas Development]], as well as [[Programming_resources#C.2B.2B_Courses|C++]] and [[Programming_resources#OSG.2FOpenSceneGraph_related|OpenSceneGraph]] basics. | ||
Each element/idea should have a "references" section, including an introductory paragraph explaining the motivation for the corresponding feature, linking back to the original discussions on the devel list/forum. | Each element/idea shown below should have a "references" section, including an introductory paragraph explaining the motivation for the corresponding feature, linking back to the original discussions on the devel list/forum or issue tracker. | ||
Also, each paragraph contains patched using the '''diff''' format, so that people should be familiar with applying patches to their SG/FG source trees respectively (using <code>git apply</code>). | Also, each paragraph contains patched using the '''diff''' format, so that people should be familiar with applying patches to their SG/FG source trees respectively (using <code>git apply</code>). | ||