Nasal/CppBind: Difference between revisions

Jump to navigation Jump to search
m
→‎Objective: Switch to a template.
m (→‎Objective: Switch to a template.)
Line 36: Line 36:
== Objective ==
== Objective ==


Provide a fully annotated step-by-step introduction to Nasal's cppbind framework. This is mostly based on existing code in SimGear/FlightGear. The cppbind framework itself is to be found $SG_SRC/nasal/cppbind and it's pretty well commented, and makes use of Doxygen strings. If you are already familiar with C++ and SG/FG,, you'll want to check out the unit tests in cppbind_test.cxx.
Provide a fully annotated step-by-step introduction to Nasal's cppbind framework. This is mostly based on existing code in SimGear/FlightGear. The cppbind framework itself is to be found {{sg src file|path=nasal/cppbind}} and it's pretty well commented, and makes use of Doxygen strings. If you are already familiar with C++ and SG/FG,, you'll want to check out the unit tests in cppbind_test.cxx.


This write-up should get you started with the basics of the framework.  
This write-up should get you started with the basics of the framework.  

Navigation menu