Initializing Nasal early: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 7: Line 7:
* moving Nasal initialization out of C++ into scripting space
* moving Nasal initialization out of C++ into scripting space
* decoupling FlightGear initialization such that certain subsystems can be optionally disabled
* decoupling FlightGear initialization such that certain subsystems can be optionally disabled
* making the initialization process/splash screen more responsive by using Nasal/Canvas instead of hard-coded GL code [http://forum.flightgear.org/viewtopic.php?f=71&t=22021]
* making the initialization process/splash screen more responsive by using Nasal/Canvas instead of hard-coded GL code [http://forum.flightgear.org/viewtopic.php?f=71&t=22021] ({{Issue|1456}})
* allowing custom startup profiles/modes to be implemented via Nasal helper scripts, for example:
* allowing custom startup profiles/modes to be implemented via Nasal helper scripts, for example:
** [[FGCanvas]]
** [[FGCanvas]]

Navigation menu