https://img100.pixhost.to/images/617/539499712_359020115_tuto.jpg
7.17 GB | 21min 38s | mp4 | 1920X1080  | 16:9
Genre:eLearning |Language:English


Files Included :
FileName :001  Introduction & Learning Outcomes.mp4 | Size:  (45.31 MB)
FileName :002  How to Take this Course.mp4 | Size:  (4.32 MB)
FileName :003  What is Game Physics.mp4 | Size:  (27.18 MB)
FileName :004  A Quick Review of Vector Math.mp4 | Size:  (6.54 MB)
FileName :005  Vector & Scalar Quantities.mp4 | Size:  (68.8 MB)
FileName :006  Using the P5js Web Editor.mp4 | Size:  (14.16 MB)
FileName :007  Visualizing Errors in the Web Editor.mp4 | Size:  (2.21 MB)
FileName :008  Coding a Vec2 Class.mp4 | Size:  (16.38 MB)
FileName :009  Vector Magnitude.mp4 | Size:  (43.16 MB)
FileName :010  Vector Addition & Subtraction.mp4 | Size:  (48.88 MB)
FileName :011  Methods for Vector Addition & Subtraction.mp4 | Size:  (16.07 MB)
FileName :012  Vector Equality.mp4 | Size:  (13.13 MB)
FileName :013  Scaling Vectors.mp4 | Size:  (14.51 MB)
FileName :014  Static Methods.mp4 | Size:  (8.23 MB)
FileName :015  Applications of Vector Addition & Subtraction.mp4 | Size:  (32.21 MB)
FileName :016  Dot Product.mp4 | Size:  (59.02 MB)
FileName :017  Is the Dot Product Commutative.mp4 | Size:  (16.18 MB)
FileName :018  Cross Product.mp4 | Size:  (53.28 MB)
FileName :019  Coding the Cross Product Method.mp4 | Size:  (12.14 MB)
FileName :020  Exercise Perpendicular 2D Vector.mp4 | Size:  (17.66 MB)
FileName :021  Perpendicular 2D Vector.mp4 | Size:  (11.5 MB)
FileName :022  Exercise Vec3 Methods.mp4 | Size:  (8.17 MB)
FileName :023  Vec3 Methods.mp4 | Size:  (11.11 MB)
FileName :024  Vector Normalization.mp4 | Size:  (35.63 MB)
FileName :025  Coding the Normalization Method.mp4 | Size:  (7.53 MB)
FileName :026  Scaling, Translating, and Rotating Vectors.mp4 | Size:  (43.69 MB)
FileName :027  Quick Review of Sine & Cosine.mp4 | Size:  (40.81 MB)
FileName :028  Vector Rotation Proof (x-component).mp4 | Size:  (97.93 MB)
FileName :029  Vector Rotation Proof (y-component).mp4 | Size:  (36.16 MB)
FileName :030  Coding the Vec2 Rotate Method.mp4 | Size:  (23.95 MB)
FileName :031  Concluding our JavaScript Vector Class.mp4 | Size:  (11.3 MB)
FileName :032  Vec2 C++ Header File.mp4 | Size:  (15.71 MB)
FileName :033  A Quick Look at C++ Vec2 Syntax.mp4 | Size:  (42.57 MB)
FileName :034  Vec2 Operator Overloading.mp4 | Size:  (33.96 MB)
FileName :035  Technologies & Dependencies.mp4 | Size:  (39.15 MB)
FileName :036  Folder Structure.mp4 | Size:  (67.45 MB)
FileName :037  Initial Project Files.mp4 | Size:  (44.52 MB)
FileName :038  Compiling using GCC & Linux.mp4 | Size:  (19.48 MB)
FileName :039  Makefile.mp4 | Size:  (9.29 MB)
FileName :040  Configuring Visual Studio on Windows.mp4 | Size:  (33.99 MB)
FileName :041  Introduction to Particle Physics.mp4 | Size:  (64.24 MB)
FileName :042  Particle Class.mp4 | Size:  (23.57 MB)
FileName :043  Particle Velocity.mp4 | Size:  (14.35 MB)
FileName :044  Using the + Operator to Add Vectors.mp4 | Size:  (5.79 MB)
FileName :045  Controlling our Framerate.mp4 | Size:  (56.55 MB)
FileName :046  Framerate Independent Movement.mp4 | Size:  (50.05 MB)
FileName :047  Clamping Invalid DeltaTime Values.mp4 | Size:  (6.59 MB)
FileName :048  Moving in a Constant Velocity.mp4 | Size:  (32.52 MB)
FileName :049  Changing the Particle's Velocity.mp4 | Size:  (35.11 MB)
FileName :050  Keeping the Particle Inside the Window.mp4 | Size:  (25.63 MB)
FileName :051  Constant Acceleration.mp4 | Size:  (19.08 MB)
FileName :052  Discrete vs  Continuous.mp4 | Size:  (67.97 MB)
FileName :053  Integration & Movement Simulation.mp4 | Size:  (79.46 MB)
FileName :054  Different Integration Methods.mp4 | Size:  (49.01 MB)
FileName :055  Particle Integrate Function.mp4 | Size:  (8.51 MB)
FileName :056  Applying Forces to Particles.mp4 | Size:  (67.88 MB)
FileName :057  Function to Add Force.mp4 | Size:  (18.48 MB)
FileName :058  Particles with Different Mass.mp4 | Size:  (26.02 MB)
FileName :059  The Weight Force.mp4 | Size:  (38.2 MB)
FileName :060  Inverse of the Mass.mp4 | Size:  (8.01 MB)
FileName :061  Applying Forces with the Keyboard.mp4 | Size:  (10.48 MB)
FileName :062  Drag Force.mp4 | Size:  (77.78 MB)
FileName :063  Drag Force Function.mp4 | Size:  (28.44 MB)
FileName :064  Handling Mouse Clicks with SDL.mp4 | Size:  (8.87 MB)
FileName :065  Unexpected Drag Behavior.mp4 | Size:  (4.26 MB)
FileName :066  Friction Force.mp4 | Size:  (43.59 MB)
FileName :067  Friction Force Function.mp4 | Size:  (17.89 MB)
FileName :068  Gravitational Attraction Force.mp4 | Size:  (68.46 MB)
FileName :069  Gravitational Attraction Force Function.mp4 | Size:  (35.09 MB)
FileName :070  Spring Force.mp4 | Size:  (77.22 MB)
FileName :071  Spring Force Function.mp4 | Size:  (39.83 MB)
FileName :072  Exercise Spring Forces.mp4 | Size:  (33.21 MB)
FileName :073  Multiple Particles Chain.mp4 | Size:  (37.01 MB)
FileName :074  Multiple Particles Soft body.mp4 | Size:  (28.04 MB)
FileName :075  Soft Bodies & Verlet Integration.mp4 | Size:  (46.67 MB)
FileName :076  Rigid-Bodies.mp4 | Size:  (43.7 MB)
FileName :077  Shapes.mp4 | Size:  (33.47 MB)
FileName :078  Shape Class.mp4 | Size:  (13.35 MB)
FileName :079  Shape Class Implementation.mp4 | Size:  (35.83 MB)
FileName :080  Circle Shape.mp4 | Size:  (24.86 MB)
FileName :081  Angular Velocity & Angular Acceleration.mp4 | Size:  (47.38 MB)
FileName :082  Torque & Moment of Inertia.mp4 | Size:  (79.9 MB)
FileName :083  Circle Shape Angular Motion.mp4 | Size:  (44.64 MB)
FileName :084  Box Vertices.mp4 | Size:  (53.9 MB)
FileName :085  Local Space vs  World Space.mp4 | Size:  (45.68 MB)
FileName :086  Body Update Function.mp4 | Size:  (9.46 MB)
FileName :087  Why Not a Shape Draw Function.mp4 | Size:  (15.5 MB)
FileName :088  No Draw Method in the Shape Class.mp4 | Size:  (11.85 MB)
FileName :089  Circle-Circle Collision Detection.mp4 | Size:  (51.33 MB)
FileName :090  Circle-Circle Collision Class.mp4 | Size:  (32.57 MB)
FileName :091  Circle-Circle Collision Implementation.mp4 | Size:  (21.63 MB)
FileName :092  Collision Contact Information.mp4 | Size:  (48.09 MB)
FileName :093  Collision Information Code.mp4 | Size:  (63.22 MB)
FileName :094  Broad Phase & Narrow Phase.mp4 | Size:  (61.27 MB)
FileName :095  The Projection Method.mp4 | Size:  (64.43 MB)
FileName :096  Objects with Infinite Mass.mp4 | Size:  (30.02 MB)
FileName :097  Impulse Method & Momentum.mp4 | Size:  (44.69 MB)
FileName :098  Impulse.mp4 | Size:  (47.05 MB)
FileName :099  Deriving the Linear Impulse Formula.mp4 | Size:  (118.01 MB)
FileName :100  Simplifying the Impulse Method Formula.mp4 | Size:  (61.64 MB)
FileName :101  Coding the Linear Impulse Method.mp4 | Size:  (34.3 MB)
FileName :102  Is Linear Collision Response Enough.mp4 | Size:  (31.07 MB)
FileName :103  AABB Collision Detection.mp4 | Size:  (57.78 MB)
FileName :104  SAT Separating Axis Theorem.mp4 | Size:  (85.9 MB)
FileName :105  Finding Minimum Separation with SAT.mp4 | Size:  (63.21 MB)
FileName :106  Polygon-Polygon Collision Code.mp4 | Size:  (32.01 MB)
FileName :107  Code to Find SAT Minimum Separation.mp4 | Size:  (61.71 MB)
FileName :108  Refactoring the SAT Separation Function.mp4 | Size:  (16.32 MB)
FileName :109  Finding Extra Collision Information with SAT.mp4 | Size:  (28.15 MB)
FileName :110  Polygon-Polygon Collision Information.mp4 | Size:  (30.69 MB)
FileName :111  Linear & Angular Velocity At Point.mp4 | Size:  (61.12 MB)
FileName :112  Post-Collision Velocity At Point.mp4 | Size:  (71.89 MB)
FileName :113  Computing Linear & Angular Impulse.mp4 | Size:  (56.41 MB)
FileName :114  Collision Distance Vectors Ra-Rb.mp4 | Size:  (39.51 MB)
FileName :115  2D Cross Product Simplification.mp4 | Size:  (33.82 MB)
FileName :116  Coding the Impulse Along Normal.mp4 | Size:  (31.95 MB)
FileName :117  Exercise Impulse Along Tangent.mp4 | Size:  (50.07 MB)
FileName :118  Friction Impulse Along Tangent.mp4 | Size:  (29.58 MB)
FileName :119  Removing Window Boundaries Check.mp4 | Size:  (12.14 MB)
FileName :120  Circle-Polygon Collision Detection.mp4 | Size:  (30.53 MB)
FileName :121  Finding Polygon's Nearest Edge with Circle.mp4 | Size:  (13.57 MB)
FileName :122  Exercise Circle-Polygon Edge Regions.mp4 | Size:  (18.68 MB)
FileName :123  Circle-Polygon Collision Information.mp4 | Size:  (57.51 MB)
FileName :124  Circle-Polygon Collision Resolution.mp4 | Size:  (23.77 MB)
FileName :125  Exercise Polygons with Multiple Vertices.mp4 | Size:  (49.71 MB)
FileName :126  Polygon with Multiple Vertices.mp4 | Size:  (13.78 MB)
FileName :127  Loading SDL Textures.mp4 | Size:  (30.94 MB)
FileName :128  Rendering Circle Texture.mp4 | Size:  (23.79 MB)
FileName :129  World Class.mp4 | Size:  (32.29 MB)
FileName :130  Implementing World Functions.mp4 | Size:  (43.77 MB)
FileName :131  Refactoring Function to Update Vertices.mp4 | Size:  (21.53 MB)
FileName :132  Local Solvers vs  Global Solvers.mp4 | Size:  (37.66 MB)
FileName :133  A Naive Iterative Positional Correction.mp4 | Size:  (58 MB)
FileName :134  Constrained Rigid-Body Physics.mp4 | Size:  (87.44 MB)
FileName :135  Position vs  Velocity Constraints.mp4 | Size:  (71.78 MB)
FileName :136  Example Velocity Constraint & Bias Factor.mp4 | Size:  (26 MB)
FileName :137  Example Distance Constraint & Bias Factor.mp4 | Size:  (17.32 MB)
FileName :138  Constraint Forces & Constrained Movement.mp4 | Size:  (72.13 MB)
FileName :139  Force-Based vs  Impulse-Based Constraints.mp4 | Size:  (85.64 MB)
FileName :140  The Constraint Class.mp4 | Size:  (13.24 MB)
FileName :141  VecN Class.mp4 | Size:  (36.58 MB)
FileName :142  Implementing VecN Functions.mp4 | Size:  (17.72 MB)
FileName :143  VecN Operator Overloading.mp4 | Size:  (19.96 MB)
FileName :144  Matrices.mp4 | Size:  (39.97 MB)
FileName :145  MatMN Class.mp4 | Size:  (19.11 MB)
FileName :146  Matrix Transpose.mp4 | Size:  (21.6 MB)
FileName :147  Matrix Multiplication.mp4 | Size:  (52 MB)
FileName :148  Matrix Multiplication Function.mp4 | Size:  (9.79 MB)
FileName :149  Seeing Beyond the Matrix.mp4 | Size:  (21.31 MB)
FileName :150  Generalized Velocity Constraint.mp4 | Size:  (92.5 MB)
FileName :151  Solving Violated Velocity Constraints.mp4 | Size:  (78.81 MB)
FileName :152  Constraint Class Inheritance.mp4 | Size:  (15.58 MB)
FileName :153  Distance Constraint.mp4 | Size:  (85.25 MB)
FileName :154  Joint Constraint Class.mp4 | Size:  (16.99 MB)
FileName :155  Converting World Space to Local Space.mp4 | Size:  (13.77 MB)
FileName :156  World List of Constraints.mp4 | Size:  (32.84 MB)
FileName :157  Refactoring Body Update.mp4 | Size:  (59.89 MB)
FileName :158  Deriving the Distance Jacobian.mp4 | Size:  (100.97 MB)
FileName :159  Populating the Distance Jacobian.mp4 | Size:  (28.68 MB)
FileName :160  Solving System of Equations (Ax=b).mp4 | Size:  (62.46 MB)
FileName :161  Gauss-Seidel Method.mp4 | Size:  (12.93 MB)
FileName :162  Constrained Pendulum.mp4 | Size:  (27.87 MB)
FileName :163  Solving System of Constraints Iteratively.mp4 | Size:  (52.03 MB)
FileName :164  Warm Starting.mp4 | Size:  (63.2 MB)
FileName :165  Adding the Bias Term.mp4 | Size:  (18.67 MB)
FileName :166  Ragdoll with Joint Constraints.mp4 | Size:  (36.13 MB)
FileName :167  Preventing NaN Errors.mp4 | Size:  (7.77 MB)
FileName :168  Penetration Constraint.mp4 | Size:  (57.83 MB)
FileName :169  Deriving the Penetration Jacobian.mp4 | Size:  (43.1 MB)
FileName :170  Penetration Constraint Class.mp4 | Size:  (67.35 MB)
FileName :171  Solving Penetration Constraints.mp4 | Size:  (15.72 MB)
FileName :172  Penetration Warm Starting.mp4 | Size:  (13.37 MB)
FileName :173  Penetration Constraint Friction.mp4 | Size:  (34.67 MB)
FileName :174  Clamping Friction Magnitude Values.mp4 | Size:  (17.15 MB)
FileName :175  Penetration Constraint Bounciness.mp4 | Size:  (23.56 MB)
FileName :176  Unstable Stack of Boxes.mp4 | Size:  (43.23 MB)
FileName :177  Allowing for Multiple Contact Points.mp4 | Size:  (47.96 MB)
FileName :178  Reference & Incident Edges.mp4 | Size:  (37.44 MB)
FileName :179  Finding Incident Edge.mp4 | Size:  (55.36 MB)
FileName :180  Getting Ready for Clipping.mp4 | Size:  (47.47 MB)
FileName :181  Clipping Function.mp4 | Size:  (40.29 MB)
FileName :182  Testing Multi-Contact Boxes.mp4 | Size:  (11.12 MB)
FileName :183  Testing Multiple Objects & Constraints.mp4 | Size:  (43.8 MB)
FileName :184  Contact Caching.mp4 | Size:  (60.68 MB)
FileName :185  Continuous Collision Detection.mp4 | Size:  (30.66 MB)
FileName :186  Broad & Narrow Split.mp4 | Size:  (13.09 MB)
FileName :187  Euler Integration Review.mp4 | Size:  (102.31 MB)
FileName :188  MidPoint & RK4 Integrators.mp4 | Size:  (65.47 MB)
FileName :189  Verlet Integration.mp4 | Size:  (86.47 MB)
FileName :190  Stick Constraints.mp4 | Size:  (96.89 MB)
FileName :191  Conclusion & Next Steps.mp4 | Size:  (59.98 MB)
FileName :code.zip | Size:  (11.36 MB)]
Screenshot
https://images2.imgbox.com/87/78/1AdRhkps_o.jpg



NitroFlare

Код:
https://nitroflare.com/view/089B7CAFF00BE85/Pikuma_2D_Game_Physics_Programming_2025_2.part1.rar
https://nitroflare.com/view/DFE2133884F969B/Pikuma_2D_Game_Physics_Programming_2025_2.part2.rar
https://nitroflare.com/view/925171792F53CFA/Pikuma_2D_Game_Physics_Programming_2025_2.part3.rar
https://nitroflare.com/view/F401182904E780D/Pikuma_2D_Game_Physics_Programming_2025_2.part4.rar
https://nitroflare.com/view/DA858AB430D2558/Pikuma_2D_Game_Physics_Programming_2025_2.part5.rar
https://nitroflare.com/view/E16AF156F83B8CE/Pikuma_2D_Game_Physics_Programming_2025_2.part6.rar
https://nitroflare.com/view/8FDB332D33FE4E5/Pikuma_2D_Game_Physics_Programming_2025_2.part7.rar