chronicl / particle_life

19 stars 2 forks source link

Thanks for this amazing project! #1

Closed Sorseg closed 1 week ago

Sorseg commented 2 months ago

Great way to learn how non-trivial compute and draw shaders work in bevy.

Also

Caterpillars evolving into turbo ants, which eventually explode into food for new caterpillars

```json {"particle_count":75000,"bounds":[30380,30380],"max_distance":620,"min_distance":130,"max_velocity":620.0,"velocity_half_life":0.18,"force_factor":2.0,"max_attractions":19500,"acceleration_method":"R1","color_count":7,"color_order":[{"id":1},{"id":9},{"id":4},{"id":11},{"id":3},{"id":10},{"id":12}],"matrix":[[-0.32,-0.19,0.0,0.0,0.0,0.0,0.2],[0.16,-0.42,0.0,0.0,0.0,0.0,-0.19],[0.0,0.0,0.5,0.0,0.0,0.0,0.0],[0.0,0.0,0.33,0.44,0.0,-0.35,0.0],[0.0,0.0,-0.36,0.33,0.63,0.0,0.0],[0.0,0.0,0.0,-0.3,0.21,0.7,0.0],[-0.25,0.38,0.0,0.0,-0.3,0.15,-0.52]],"particle_size":42.0,"shape":"Circle","circle_corners":28,"rgb":false,"rgb_speed":4.5} ```

chronicl commented 2 months ago

I'm glad you like it! I tried your settings. Very cool to observe how the caterpillars behave