Skip to content

TinselMoon/collision_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elastic Collision Simulator

This project requires the Raylib library to run. Follow the instructions below to install the dependencies, compile, and execute the project.

Required Dependencies

  • Raylib: Main library for rendering and window management.

Installation

Arch Linux

To install Raylib on Arch Linux, run the following command:

sudo pacman -S raylib

Compilation

To compile the code, run the following command:

make

Execution

To run the simulator, you must provide the width, height, and number of particles as parameters:

./collision [width] [height] [num particles]

Usage example:

./collision 800 600 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors