Skip to content

A simple physics simulation for double pendulums made using C++ and Raylib and involves an interative interface where you can modify pendulum length, mass, and gravity. Inspired by coding train's video on it and computational physics.

Notifications You must be signed in to change notification settings

Josh-Hiz/Double_Pendulum_Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Double Pendulum Simulator

Written in:

C++, C, and used Raylib

Why Raylib?

Raylib is a simplistic, but very powerful graphics framework generally used to make games, but it does not always need to be games, however.

Quick Notes:

This is my first time using Raylib and I do not plan to use it further, rather this was simply a way to introduce my self to the semantics of C++ application development by using a simple-to-use framework such as Raylib.

Future Endeavors:

Move on from Raylib and try to create my first Cellular Automata simulation using Qt, an extremely popular GUI builder and is the industry standard for C++ GUI software development. -- UPDATE: Completed

About

A simple physics simulation for double pendulums made using C++ and Raylib and involves an interative interface where you can modify pendulum length, mass, and gravity. Inspired by coding train's video on it and computational physics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published