(Saving/Replaying Game Events. It Works!) Hacking On the C++ Weekly Game Project - Part 2

Subscribers:
120,000
Published on ● Video Link: https://www.youtube.com/watch?v=XHxdGXHTKKM



Duration: 5:48:09
12,375 views
192


Mostly some hacking on this project. We'll see what happens. Primary goal is to get things to a stable testable state with input processing.

https://github.com/lefticus/cpp_weekly_game_project

☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟

T-SHIRTS AVAILABLE!

► The best C++ T-Shirts anywhere! https://my-store-d16a2f.creator-spring.com/


WANT MORE JASON?

► My Training Classes: http://emptycrate.com/training.html
► Follow me on twitter: https://twitter.com/lefticus


SUPPORT THE CHANNEL

► Patreon: https://www.patreon.com/lefticus
► Github Sponsors: https://github.com/sponsors/lefticus
► Paypal Donation: https://www.paypal.com/donate/?hosted_button_id=PQ4A2V6ZZFQEU


GET INVOLVED

► Video Idea List: https://github.com/lefticus/cpp_weekly/issues


JASON'S BOOKS

► C++ Best Practices
Amazon Paperback: https://amzn.to/3wpAU3Z
Leanpub Ebook: https://leanpub.com/cppbestpractices


JASON'S PUZZLE BOOKS

► Object Lifetime Puzzlers Book 1
Amazon Paperback: https://amzn.to/3g6Ervj
Leanpub Ebook: https://leanpub.com/objectlifetimepuzzlers_book1

► Object Lifetime Puzzlers Book 2
Amazon Paperback: https://amzn.to/3whdUDU
Leanpub Ebook: https://leanpub.com/objectlifetimepuzzlers_book2

► Object Lifetime Puzzlers Book 3
Leanpub Ebook: https://leanpub.com/objectlifetimepuzzlers_book3

► Copy and Reference Puzzlers Book 1
Amazon Paperback: https://amzn.to/3g7ZVb9
Leanpub Ebook: https://leanpub.com/copyandreferencepuzzlers_book1

► Copy and Reference Puzzlers Book 2
Amazon Paperback: https://amzn.to/3X1LOIx
Leanpub Ebook: https://leanpub.com/copyandreferencepuzzlers_book2

► Copy and Reference Puzzlers Book 3
Leanpub Ebook: https://leanpub.com/copyandreferencepuzzlers_book3

► OpCode Puzzlers Book 1
Amazon Paperback: https://amzn.to/3KCNJg6
Leanpub Ebook: https://leanpub.com/opcodepuzzlers_book1


RECOMMENDED BOOKS

► Bjarne Stroustrup's A Tour of C++ (now with C++20/23!): https://amzn.to/3X4Wypr


AWESOME PROJECTS

► The C++ Starter Project - Gets you started with Best Practices Quickly - https://github.com/cpp-best-practices/cpp_starter_project
► C++ Best Practices Forkable Coding Standards - https://github.com/cpp-best-practices/cppbestpractices


O'Reilly VIDEOS

► Inheritance and Polymorphism in C++ - https://www.oreilly.com/library/view/inheritance-and-polymorphism/9781491961933/
► Learning C++ Best Practices - https://www.oreilly.com/library/view/learning-c-best/9781491954898/




Other Videos By C++ Weekly With Jason Turner


2020-10-05C++ Weekly - Ep 240 - Start Using [[nodiscard]]!
2020-09-28C++ Weekly - Ep 239 - std::mem_fun vs std::mem_fn Fight!
2020-09-21C++ Weekly - Ep 238 - const mutable Lambdas?
2020-09-14C++ Weekly - Ep 237 - Teach Yourself C++ in ∞ Days
2020-09-07C++ Weekly - Ep 236 - Creating Allocator-Aware Types
2020-08-31C++ Weekly - Ep 235 - PMR: Amazing, Fast, But, Not Quite Magic
2020-08-24C++ Weekly - Ep 234 - map[] vs map.at()
2020-08-16C++ Weekly - Ep 233 - std::map vs constexpr map (huge perf difference!)
2020-08-10C++ Weekly - Ep 232 - C++20's `using enum`
2020-08-03C++ Weekly - Ep 231 - Multiple Destructors in C++20?! How and Why
2020-07-31(Saving/Replaying Game Events. It Works!) Hacking On the C++ Weekly Game Project - Part 2
2020-07-30(Saving/Replaying Game Events. Prep work.) Hacking On the C++ Weekly Game Project - Part 1
2020-07-27C++ Weekly - Ep 230 - Building A High Performance Bit Pattern Match DSL
2020-07-20C++ Weekly - Ep 229 - C++20: Why Deprecate The Comma Operator?
2020-07-13C++ Weekly - Ep 228 - C++20's (High Precision) Mathematical Constants
2020-07-06C++ Weekly - Ep 227 - RPG In C++20 - Part 6: Dealing With Game Events - 2
2020-06-29C++ Weekly - Ep 226 - The Arrow Operator Is Magic
2020-06-23Moving From Intel to ARM - Apple's Big Performance Mistake?
2020-06-22C++ Weekly - Ep 225 - Understanding Operator Overloading
2020-06-19Reviewing The Command & Conquer Source!
2020-06-15C++ Weekly - Ep 224 - RPG In C++20 - Part 5: Dealing With Game Input Events



Tags:
c++
C++ game programming