Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add particle physics (explosions) #18

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

Add particle physics (explosions) #18

wants to merge 11 commits into from

Commits on Oct 20, 2019

  1. WIP: Particles!

    parasyte committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    c2c6709 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    19f82b2 View commit details
    Browse the repository at this point in the history
  2. fmt and clippy

    parasyte committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    399349d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad71439 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    2ac9153 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    97c9d4a View commit details
    Browse the repository at this point in the history
  2. laser-to-bullet explosions

    parasyte committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    fd8486c View commit details
    Browse the repository at this point in the history
  3. Fix the particle velocities on laser-to-bullet explosions

    - Particles were being thrown away from the center of contact, which looks wrong.
    - This changes the velocities to ignore the difference in the Y dimension, allowing the particles of each object to be thrown "through" each other.
    parasyte committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    afcbb55 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Whoops, that is a bug!

    parasyte committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    1627fe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    513a90d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Configuration menu
    Copy the full SHA
    9008690 View commit details
    Browse the repository at this point in the history