Menu

Saving time with asynchronous processes

Hey folks!

During planning we discovered that making the simulation and its logic independent from each others results in a lot more performance for the simulation. The logic and simulation communicate with each other. The logic sends intents to the simulation and the simulation triggers callbacks to make the logic deal with e.g. collisions. Also we do not differ between different type of items in the game world. It's all some cuboids with different physical properties. Also we will mainly stick vehicles to their way which makes calculating the position a lot easier. Only in special cases the vehicles e.g. accidents or players behaviour enter the freefield navigation mode and drive whereever they want.

Those are just some ideas/concepts we will try to implement to be the master of performance...

  • ATS Team
Posted by Hyper V Technics 2018-08-10 Labels: async core movement performance

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.