Howto:Coding a simple Nasal Framework: Difference between revisions

m
no edit summary
mNo edit summary
Line 2: Line 2:


== Objective ==
== Objective ==
Illustrate the basic thought process required to come up with Nasal/Canvas code that is sufficiently generic to support the following requirements
Illustrate the basic thought process required to come up with Nasal/Canvas code that is sufficiently generic to meet the following requirements
* support multiple independent instances (e.g. PFDs or NDs)  
* support multiple independent instances (e.g. PFDs or NDs)  
* be aircraft/use-case agnostic (e.g. work without hard-coded properties)
* be aircraft/use-case agnostic (e.g. work without hard-coded properties)
Line 146: Line 146:


== Styling ==
== Styling ==
[[Category:Nasal]]