980
edits
No edit summary |
|||
Line 1: | Line 1: | ||
=== What I'm doing: === | |||
I am a flight simulation hobbyist currently working on building instruments, gauges, radios and controls for a C172. | I am a flight simulation hobbyist currently working on building instruments, gauges, radios and controls for a C172. | ||
Line 6: | Line 6: | ||
Recently I began the effort to fully understand the skills needed to contribute to the Flightgear project's codebase. I know c++ from a course in the early 90's. I'm looking at Kdevelop and QTquick as development tools. | Recently I began the effort to fully understand the skills needed to contribute to the Flightgear project's codebase. I know c++ from a course in the early 90's. I'm looking at Kdevelop and QTquick as development tools. | ||
==== Flightgear Codebase ==== | |||
My area of interest is in Flightgear's code includes: | My area of interest is in Flightgear's code includes: | ||
Line 45: | Line 45: | ||
If the call is along the main line of execution, it will be in Bold Face. Paths start with directories under flightgear/src, except for /simgear which is under /simgear. Yes there is a simgear/simgear in the path. There's proably a reason why its not simgear/src | If the call is along the main line of execution, it will be in Bold Face. Paths start with directories under flightgear/src, except for /simgear which is under /simgear. Yes there is a simgear/simgear in the path. There's proably a reason why its not simgear/src | ||
====bootstrap.cxx==== | =====bootstrap.cxx===== | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 87: | Line 87: | ||
|} | |} | ||
====Main/main.cxx==== | =====Main/main.cxx===== | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 100: | Line 100: | ||
|} | |} | ||
====Main/FGGlobals.cxx==== | =====Main/FGGlobals.cxx===== | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 142: | Line 142: | ||
|} | |} | ||
====Main/fg_init.cxx==== | =====Main/fg_init.cxx===== | ||
{{WIP}} | {{WIP}} | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 161: | Line 161: | ||
| || || | | || || | ||
|} | |} | ||
==== Progress on Cockpit Building ==== | |||
As of Feb 1, 2018: | As of Feb 1, 2018: | ||
Line 206: | Line 206: | ||
* Avoiding Writing Howtos | * Avoiding Writing Howtos | ||
===== My Developing Skills -- Making | ===== My Developing Skills -- Making Good Progress ===== | ||
* Fusion 360 3dCad | * Fusion 360 3dCad | ||
* 3d Router | * 3d Router | ||
==== The Howtos -- Oh yeah... those...==== | |||
I'm working on these along side building my cockpit. Some of the early attempts were not that useful. My current approach is to build and document actual hardware. I hope this will be more helpful. | I'm working on these along side building my cockpit. Some of the early attempts were not that useful. My current approach is to build and document actual hardware. I hope this will be more helpful. | ||
edits