Howto:Optimizing FlightGear for mobile devices: Difference between revisions

Jump to navigation Jump to search
m
Line 116: Line 116:


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.


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

Navigation menu