Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 583 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 583 Bytes

Simple Particles

Description

Simple Particles is a simple and flexible particle system written in C++ for Simple DirectMedia Layer 2.0 (SDL2).

Features

  • Particle physics
    • Set gravity (Vector2)
  • Particle randomization
    • Position
    • Velocity
    • Lifetime
    • Size
  • Particle drawing
    • Variable sizes
    • Set opacity
  • Trail rendering (optional; set by user)
    • Toggle at runtime
    • Set delay before particle
    • Set opacity
    • Set amount per particle
  • Rotation
    • Set spin amount
    • Particles which move outwards faster spin faster