Howto:Optimizing FlightGear for mobile devices: Difference between revisions

Jump to navigation Jump to search
m
Line 117: Line 117:
Also, it helps not to use subsystems like instruments and/or the autopilot system, by not loading the via the aircraft-set.xml
Also, it helps not to use subsystems like instruments and/or the autopilot system, by not loading the via the aircraft-set.xml


There are many other subsystems which are started by default and which cannot be currently disabled, so more CPU/RAM resources can be saved by editing fg_init.cxx and making more subsystems optional there, by using a property to decide if the subsystem shall be started or not.
There are many other subsystems which are started by default and which cannot be currently disabled, so more CPU/RAM resources can be saved by editing [https://gitorious.org/fg/flightgear/blobs/next/src/Main/fg_init.cxx#line1043 $FG_SRC/Main/fg_init.cxx] and by making more subsystems optional there, using a property to decide if the subsystem shall be started or not.


== OpenGL vs. OpenGL ES ==
== OpenGL vs. OpenGL ES ==

Navigation menu