Simple Rope Simulation
- 1 Devlogs
- 4 Total hours
I made a simple rope simulation based on this youtube video (link below). The one in the video was made using Godot but I used MonoGame for mine. https://www.youtube.com/watch?v=N9RT86fAYkA
I made a simple rope simulation based on this youtube video (link below). The one in the video was made using Godot but I used MonoGame for mine. https://www.youtube.com/watch?v=N9RT86fAYkA
I am aware that it’s not the most advanced or anything like that but I watched the video and thought, “Wait, it will be really fun to try and recreate it”, so here we are.
I tried to copy what was done in the video as best as I could, he explained it well but I mostly followed the code snippets that were included at the top and converted them into my setup in monogame. I will probably add some more things in the future!