Skip to content

deterministic physics engine for lock-step 3D game development. 能为3D帧同步游戏提供一致性、确定性的物理引擎。

License

Notifications You must be signed in to change notification settings

devlinzhou/deterministic_physics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deterministic_physics

deterministic physics engine for lock-step game development

Technologies

Features

  • Shape
    • Plane
    • Sphere
    • Box
    • Convex
    • HeightField & WaterShape
    • TriangleMesh
  • Collision Test Algorithm
    • BoxBox
    • BoxSphere
    • BoxPlane
    • SphereSphere
    • BoxTriangle
    • SphereTriangle
  • Contact Algorithm
  • SolveConstraint
    • [ ]
  • Dynamic
    • Rigid Body
    • Soft Body
    • Water Body
  • Articulate body
  • Scene Manager
    • Loose Grid

How to Start

  • Unreal demo(4.27) : UnrealDemo/UnrealDemo.uproject
    • UnrealDemo/Content/ThirdPersonCPP/Maps/GRigidTest_Box.umap : 6x6x6 cubes falling test
    • UnrealDemo/Content/ThirdPersonCPP/Maps/GPhsics.umap : physics simulation
    • UnrealDemo/Content/ThirdPersonCPP/Maps/TestCollisionGPhysics.umap : Test collision algorithm

About

deterministic physics engine for lock-step 3D game development. 能为3D帧同步游戏提供一致性、确定性的物理引擎。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages