What C++ can't borrow from Rust - Mateusz Resterny || PixelAnt Games ||
Channel:
Subscribers:
4,570
Published on ● Video Link: https://www.youtube.com/watch?v=Vt-7m8pCKgE
Experimental take on game development assessed through a physics engine prototype. Breaking free from low-level C++ in search of a cleaner, more human-friendly implementation. Exploration of how Rust defining features – the borrow checker, algebraic type system, traits, and iterators – can be used to build a real-time simulation. The functional style programming is put through its paces against an equivalent, more traditional implementation; both in terms of development effort and runtime performance.
Talk recorded at Game Industry Conference 2023!
#GameIndustryConference #C++ #rust
Follow GIC on Facebook: https://www.facebook.com/gic
Follow GIC on Twitter: https://twitter.com/gdcon
Our website: https://gic.gd/
Other Videos By Game Industry Conference
Tags:
GIC
Game Industry Conference
C++
Rust