chris-ali / j6dof-flight-sim

A high fidelity 6DOF flight simulation that the user can fly themselves or run to analyze an aircraft's flight dynamics
GNU General Public License v3.0
49 stars 13 forks source link

Remove threading from LWJGL OTW World #49

Closed chris-ali closed 6 years ago

chris-ali commented 6 years ago

To prevent concurrency issues with threading in the simulation, consolidate LWJGL OTW thread down to a single Steppable that can be run in a master "SimulationRunner" thread insead

chris-ali commented 6 years ago

Implemented as of d90fb1289b92b1d6b6519bfa9606a74cd8b435cd