Top "Physics" questions

Refers to real-world physics.

Bullet Physics - Apply Torque Impulse in Body's Local Space

I'm currently evaluating the Bullet Physics Library for a 3D space game I'm writing using C++ and Ogre3D. I've …

c++ physics ogre3d bullet
Friction in Box2d

I am using Box2d for a topdown game. The "ground" is a series of tiles, where each tile is …

physics box2d
2D orbital physics

I'm working on a 2D physics engine for a game. I have gravity and masses working, using a simple iterative …

2d physics game-physics gravity
SpriteKit - Set Scale and Physics

What is the correct way to "zoom out" on your scene. I have an object that I apply an impulse …

physics sprite-kit
How to create an "intercept missile" for a game?

I have a game I am working on that has homing missiles in it. At the moment they just turn …

physics trigonometry
How to code the projectile of a ball of different force and angle in Java Swing?

I have written the following function for projectile motion of different force and angle, but it doesn't work properly. Where …

java swing applet physics japplet
iPhone fluid simulation

Somebody know fluid engine for iphone?I need water and gases simulation.

iphone physics fluid-dynamics
Is it possible to make realistic n-body solar system simulation in matter of size and mass?

Important note: this question has utterly no relation to "PhysX", which is a computer-game-physics system (useful for the physics in …

simulation game-physics physics orbital-mechanics
How to install the IOP (Institute of Physics) Latex document class for Texlive and the Lyx Document Processor (Answer Provided)

Background I originally asked a question on Stackoverflow, asking how I add the IOP document class to the list of …

latex document physics lyx latex-environment
How do I draw my Box2D world using HTML5 Canvas instead of Debug Draw?

I know HTML5 canvas fairly well, I know the basics and animation using loops etc. Demo I'm working with: (click …

javascript jquery physics box2d