Skip to content

AugLuk/particles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particles

A particle simulation with randomized rules.

Usage

Edit config.ron to configure.

Keys:

[Space] - Play/Pause
[F]     - One frame forward
[Esc]   - Close

Building and Running

Requirements

  • Git
  • The Rust toolchain
  • SDL2 and SDL2-gfx development libraries (see bellow)

Install SDL2 libraries (Ubuntu)

sudo apt install libsdl2-dev libsdl2-gfx-dev

Clone, Compile and Run

git clone https://github.com/AugLuk/particles.git
cd particles
cargo run --release

Samples

A GIF of a simulation A GIF of a simulation A GIF of a simulation A GIF of a simulation

About

A particle simulation with randomized rules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages