kaiserinn / cpring-physics

Simple spring physics simulation from scratch written in c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Physics Simulation

example gif

About The Project

This project demonstrates a basic spring physics implemented using the C programming language. The aim is to simulate the behavior of particles connected by springs, adhering to the principles of Hooke's Law.

hooke's law

Using spring physics, it is possible to create a lot of other types of simulation e.g. soft body and cloth simulation.

About

Simple spring physics simulation from scratch written in c


Languages

Language:C 92.0%Language:Makefile 8.0%