View, browse and sort the ever-growing list of sessions by pass type, topic, format and viewing experience. Use the experience filter to view sessions and roundtables that will be available on the virtual GDC event platform. Virtual sessions will be available to watch on-demand through April 1st, 2022 at 5pm PT. All days/times are displayed in Pacific Time.
Use the Viewing Experience filter to see which sessions will be available on-site, on the virtual platform, or both:
All registered attendees will be able to build their personal schedule in the virtual GDC event platform and mobile app. Download the Informa Tech Events app to gain access to the Game Developers Conference 2022 virtually. Login with the email address you used to register.
Jorrit Rouwe (Lead Game Tech, Guerrilla Games)
Location: Room 2016, West Hall
Date: Friday, March 25
Time: 10:00 am - 11:00 am
Pass Type: All Access Pass, Core Pass, All Access Online Only Pass - Get your pass now!
Topic: Programming
Format: Session
Viewing Experience: In-Person/Virtual
Vault Recording: Video
Audience Level: Yes
For Horizon Forbidden West, Guerrilla Games switched from a commercial physics engine to Jolt Physics, an open-source physics engine that was born as a personal hobby project. By switching to this new engine, we saved memory, executable size and were able to double our simulation frequency while using less CPU time. This talk describes how we use a physics engine at Guerrilla, how our previous physics engine caused bottlenecks while streaming in data and while interacting with the multi-threaded game object update. Jolt was architected specifically to help solve these two problems and the talk explains two of the systems that made this possible.
After listening to this talk, you should have a good idea of how Guerrilla Games uses a physics engine in HFW and the requirements our multithreaded game object update puts on a physics engine. You'll learn specifically about the implementation of a lock free broadphase and a lock free simulation island building algorithm.
Programmers (Intermediate/Advanced) that have an interest in game engine architecture and/or physics. The core concepts of a physics engine will be explained, but you will get most out of the talk if you have some experience working with a physics engine.