Session Name: | Physics for Game Programmers: Debugging Physics |
Speaker(s): | Sergiy Migdalskiy |
Company Name(s): | Valve |
Track / Format: | Programming |
Overview: | This talk will be about writing a physics debugger. Sergiy will show how to implement an advanced visual debugger and serializer for physics and game development using Clang to parse data structures and generate serializers, and using Windows ReadProcessMemory API to complement Visual Studio watch windows with advanced visualization of the simulated world state. |