DORSETRIGS
Home

game-physics (36 post)


posts by category not found!

How to make a 2D Soft-body physics engine?

How to Create a 2 D Soft body Physics Engine Creating a soft body physics engine can be a challenging yet rewarding endeavor especially for game developers and

3 min read 08-10-2024 27
How to make a 2D Soft-body physics engine?
How to make a 2D Soft-body physics engine?

Soft body engine in C++

Building Realistic Physics with Soft Body Engines in C Imagine a virtual world where objects can bend stretch and deform realistically Thats the power of soft b

2 min read 07-10-2024 33
Soft body engine in C++
Soft body engine in C++

MatterJS static angle

Static Angle A Guide to Controlling Shapes in Matter js Matter js the popular Java Script physics engine allows for a wide range of dynamic interactions However

2 min read 07-10-2024 18
MatterJS static angle
MatterJS static angle

Why a simple Godot "SoftBody2D" is not working

Why Your Simple Godot Soft Body2 D is Not Working Godot Engine is a versatile game engine that provides various features for 2 D and 3 D game development Among

3 min read 30-09-2024 45
Why a simple Godot "SoftBody2D" is not working
Why a simple Godot "SoftBody2D" is not working

2D drag and drop dynamic rigid body spinning out of control in Unity

Understanding and Fixing a 2 D Drag and Drop Dynamic Rigid Body Spinning Out of Control in Unity Creating interactive 2 D games in Unity is an exciting endeavor

3 min read 30-09-2024 40
2D drag and drop dynamic rigid body spinning out of control in Unity
2D drag and drop dynamic rigid body spinning out of control in Unity

Having trouble re-creating steering for a Car Controller

Troubleshooting Car Controller Steering Issues in Game Development When developing a car simulation or racing game one common challenge developers face is creat

3 min read 29-09-2024 38
Having trouble re-creating steering for a Car Controller
Having trouble re-creating steering for a Car Controller

How can I make the player change the animation when entering an area in Godot?

How to Change Player Animation When Entering an Area in Godot When developing games with Godot one of the key elements to enhance player experience is the anima

2 min read 29-09-2024 44
How can I make the player change the animation when entering an area in Godot?
How can I make the player change the animation when entering an area in Godot?

While loop in Pygame freezing when run

Understanding While Loop Freezing Issues in Pygame Pygame is a popular library in Python used for game development but sometimes developers encounter issues suc

2 min read 29-09-2024 44
While loop in Pygame freezing when run
While loop in Pygame freezing when run

CannonJS takes allot of force to start moving body

Understanding the High Force Requirement in Cannon JS Physics Engine Cannon JS is a powerful 3 D physics engine for Java Script widely used for gaming and simul

3 min read 25-09-2024 53
CannonJS takes allot of force to start moving body
CannonJS takes allot of force to start moving body

Why is there a loss of energy in matter.js newtons cradle?

Understanding Energy Loss in Matter js Newtons Cradle In the world of physics simulations the Matter js library allows developers to create realistic environmen

3 min read 23-09-2024 65
Why is there a loss of energy in matter.js newtons cradle?
Why is there a loss of energy in matter.js newtons cradle?

How to reset ball position if it goes out of bounds, using p5.js and matter.js?

How to Reset Ball Position After Going Out of Bounds in p5 js and Matter js When working with physics based simulations or games one common challenge developers

3 min read 22-09-2024 67
How to reset ball position if it goes out of bounds, using p5.js and matter.js?
How to reset ball position if it goes out of bounds, using p5.js and matter.js?

Align characterBody3D in Godot 4 to the surface of a cyllinder or other meshes (similar to F-zero X movement)

Aligning Character Body3 D in Godot 4 to the Surface of a Cylinder or Other Meshes In game development ensuring that characters move realistically and adhere to

2 min read 21-09-2024 60
Align characterBody3D in Godot 4 to the surface of a cyllinder or other meshes (similar to F-zero X movement)
Align characterBody3D in Godot 4 to the surface of a cyllinder or other meshes (similar to F-zero X movement)

Jump Physics in FixedUpdate

Understanding Jump Physics in Fixed Update for Unity When developing games in Unity especially those that require physics based movement it is crucial to unders

2 min read 20-09-2024 46
Jump Physics in FixedUpdate
Jump Physics in FixedUpdate

Weird Behavior of GameObject Under Pressure - Unity

Understanding the Weird Behavior of Game Objects Under Pressure in Unity When developing games in Unity you may encounter strange behaviors of Game Objects when

2 min read 19-09-2024 39
Weird Behavior of GameObject Under Pressure - Unity
Weird Behavior of GameObject Under Pressure - Unity

How can I prevent dragging body beyond specific area with MatterJS?

Prevent Dragging Bodies Beyond a Specific Area with Matter js Matter js is a popular 2 D physics engine for the web that allows developers to create rich intera

3 min read 19-09-2024 61
How can I prevent dragging body beyond specific area with MatterJS?
How can I prevent dragging body beyond specific area with MatterJS?

Impulse force differences in Unity vs Unreal

Understanding Impulse Force Differences in Unity vs Unreal Engine When developing a game one of the crucial aspects to consider is how physical forces act on ob

2 min read 16-09-2024 67
Impulse force differences in Unity vs Unreal
Impulse force differences in Unity vs Unreal

My own game physics engine rigid body slowly falling through a collision

Fixing the Slow Fall Through Collision Bug in Your Game Physics Engine Have you ever encountered the frustrating issue where your rigid body in a game physics e

3 min read 13-09-2024 57
My own game physics engine rigid body slowly falling through a collision
My own game physics engine rigid body slowly falling through a collision

Unity 2D collision detection with kinematic rigidbody

Navigating Unity 2 D Kinematic Rigidbodies and Collision Detection for Smooth Movement This article explores the intricacies of implementing collision detection

2 min read 05-09-2024 48
Unity 2D collision detection with kinematic rigidbody
Unity 2D collision detection with kinematic rigidbody

Matter.js selecting multiple Bodies with mouse drag

Mastering Mouse Drag Selection in Matter js A Guide to Tsum Tsum like Interactions Want to build a game where players can select and move multiple objects at on

3 min read 04-09-2024 52
Matter.js selecting multiple Bodies with mouse drag
Matter.js selecting multiple Bodies with mouse drag

Implementing bullet collisions in Matter.js for a shooting game

Implementing Bullet Collisions in Matter js A Step by Step Guide This article will guide you through implementing bullet collisions in a shooting game using Mat

3 min read 04-09-2024 45
Implementing bullet collisions in Matter.js for a shooting game
Implementing bullet collisions in Matter.js for a shooting game

Get point of collision from Physics.ComputePenetration()

Finding the Collision Point with Physics Compute Penetration in Unity This article explores the challenges of determining the exact collision point when using P

2 min read 04-09-2024 46
Get point of collision from Physics.ComputePenetration()
Get point of collision from Physics.ComputePenetration()

Detect if Matter.js Body is Circle

Detecting if a Matter js Body is a Circle When working with the Matter js physics engine you might often need to determine the type of a body especially when de

3 min read 04-09-2024 46
Detect if Matter.js Body is Circle
Detect if Matter.js Body is Circle

Why is semi-implicit Euler used in almost every physics engine instead of a Taylor expansion?

Why Physics Engines Prefer Semi Implicit Euler Over Taylor Expansions Physics engines are the heart of many interactive simulations from video games to scientif

2 min read 03-09-2024 50
Why is semi-implicit Euler used in almost every physics engine instead of a Taylor expansion?
Why is semi-implicit Euler used in almost every physics engine instead of a Taylor expansion?

Unity3D Ground Check Issue

Troubleshooting Ground Checks in Unity3 D A Practical Guide Many Unity developers encounter the frustration of their characters refusing to acknowledge the grou

3 min read 03-09-2024 51
Unity3D Ground Check Issue
Unity3D Ground Check Issue

How to get X Y in isometric tilemap

Understanding Isometric Tilemap Coordinates in Phaser js Isometric tilemaps provide a unique perspective for games offering a 3 D like view in a 2 D environment

2 min read 02-09-2024 52
How to get X Y in isometric tilemap
How to get X Y in isometric tilemap