Skip to content

Rope simulation using Verlet Integration in Raylib

Notifications You must be signed in to change notification settings

sshsphere/ROPESIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROPESIM

Inspired by this video by Sebastian Lague
Simple demonstration of how verlet integration can simulate basic physics between points and joints. Rendering is done with Raylib.
Webassembly version hosted at: https://hsphere.pages.dev/ropesim/

Controls

Left click to add point
Right click to delete point
Middle click to anchor point
Space to stop/start simulation

Build

  • Clone the repo with git clone --recursive
  • Link the raylib library
  • Compile and run

About

Rope simulation using Verlet Integration in Raylib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages