Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / abnormalbrain/bevy_particle_systems issues and pull requests

#70 - Add examples to Cargo.toml

Pull Request - State: closed - Opened by funatsufumiya 4 months ago - 2 comments

#69 - Upgrade to bevy 0.13

Pull Request - State: closed - Opened by abnormalbrain 4 months ago

#68 - Update bevy_transform requirement from 0.12 to 0.13

Pull Request - State: closed - Opened by dependabot[bot] 4 months ago - 1 comment
Labels: dependencies

#67 - Update bevy_math requirement from 0.12 to 0.13

Pull Request - State: closed - Opened by dependabot[bot] 4 months ago - 1 comment
Labels: dependencies

#66 - Update bevy_app requirement from 0.12 to 0.13

Pull Request - State: closed - Opened by dependabot[bot] 4 months ago - 1 comment
Labels: dependencies

#65 - Update bevy_asset requirement from 0.12 to 0.13

Pull Request - State: closed - Opened by dependabot[bot] 4 months ago - 1 comment
Labels: dependencies

#64 - Update bevy_sprite requirement from 0.12 to 0.13

Pull Request - State: closed - Opened by dependabot[bot] 4 months ago - 1 comment
Labels: dependencies

#63 - Make more types constructible through reflection

Pull Request - State: closed - Opened by johanhelsing 7 months ago

#62 - Implement `From<Handle<Image>>` for `ParticleTexture`

Pull Request - State: closed - Opened by johanhelsing 7 months ago

#61 - Inherit initial z value from the particle system

Pull Request - State: closed - Opened by theanti9 7 months ago

#60 - Inherit Z position instead of 0?

Issue - State: closed - Opened by johanhelsing 7 months ago
Labels: bug

#59 - Clamp curves to first/last value

Pull Request - State: closed - Opened by johanhelsing 7 months ago

#58 - Add support for jittered initial scale

Pull Request - State: closed - Opened by johanhelsing 7 months ago

#57 - Add `ParticleSystem::oneshot` and example

Pull Request - State: closed - Opened by johanhelsing 8 months ago

#56 - Fix `JitteredValue::centered_range`

Pull Request - State: closed - Opened by johanhelsing 8 months ago

#55 - Upgrade to bevy 0.12

Pull Request - State: closed - Opened by theanti9 8 months ago

#54 - Support a base velocity?

Issue - State: open - Opened by Pierre-Borges 11 months ago

#53 - Upgrade to bevy 0.11

Pull Request - State: closed - Opened by abnormalbrain 12 months ago

#52 - Update to Bevy 0.11

Issue - State: closed - Opened by johanhelsing 12 months ago

#51 - Update bevy_reflect requirement from 0.10 to 0.11

Pull Request - State: closed - Opened by dependabot[bot] 12 months ago - 1 comment
Labels: dependencies

#50 - Update bevy_transform requirement from 0.10 to 0.11

Pull Request - State: closed - Opened by dependabot[bot] 12 months ago - 1 comment
Labels: dependencies

#49 - Update bevy_render requirement from 0.10 to 0.11

Pull Request - State: closed - Opened by dependabot[bot] 12 months ago - 1 comment
Labels: dependencies

#48 - Update bevy_hierarchy requirement from 0.10 to 0.11

Pull Request - State: closed - Opened by dependabot[bot] 12 months ago - 1 comment
Labels: dependencies

#47 - Update bevy_math requirement from 0.10 to 0.11

Pull Request - State: closed - Opened by dependabot[bot] 12 months ago - 1 comment
Labels: dependencies

#46 - 3D support through billboard rendering with instancing

Pull Request - State: open - Opened by Rayoule about 1 year ago - 4 comments

#45 - Add animated texture atlases

Pull Request - State: closed - Opened by Rayoule over 1 year ago

#44 - Velocity Modifiers

Pull Request - State: closed - Opened by Rayoule over 1 year ago - 2 comments

#43 - Add Velocity to replace Speed and Acceleration + Add Drag field and drag.rs example

Pull Request - State: closed - Opened by Rayoule over 1 year ago - 2 comments

#42 - Add "drag" field to particle systems ?

Issue - State: closed - Opened by Rayoule over 1 year ago - 12 comments
Labels: enhancement, help wanted

#40 - Port to bevy 0.10

Pull Request - State: closed - Opened by johanhelsing over 1 year ago - 4 comments

#39 - Add Gradient-like value for ValueOverTime ?

Issue - State: closed - Opened by Rayoule over 1 year ago - 3 comments

#38 - [Breaking Change] Make emitter shapes easier to construct

Pull Request - State: closed - Opened by abnormalbrain over 1 year ago - 2 comments

#37 - Implement `From<Range<f32>>` for `JitteredValue`

Pull Request - State: closed - Opened by johanhelsing over 1 year ago

#36 - docs: `Default` is not implemented for EmitterShape

Issue - State: closed - Opened by johanhelsing over 1 year ago - 4 comments
Labels: bug, documentation

#35 - Why does `JitteredValue` have both a value and a range?

Issue - State: closed - Opened by johanhelsing over 1 year ago - 2 comments
Labels: api improvement

#34 - Optimize gradients and transforms

Pull Request - State: closed - Opened by abnormalbrain over 1 year ago
Labels: performance

#33 - Create enum EmitterShape to allow for emitters other than circles

Pull Request - State: closed - Opened by MonaMayrhofer over 1 year ago

#32 - Use distance_squared to compare particle distance

Pull Request - State: closed - Opened by abnormalbrain over 1 year ago
Labels: performance

#31 - Being able to choose the texture-atlas sprite index over time

Issue - State: closed - Opened by cBournhonesque over 1 year ago - 3 comments
Labels: enhancement

#30 - Fix particle color gradients when using texture atlas particles

Pull Request - State: closed - Opened by abnormalbrain over 1 year ago
Labels: bug

#29 - Particle Color changes don't work for texture atlas particles

Issue - State: closed - Opened by abnormalbrain over 1 year ago
Labels: bug

#28 - Add basic benchmarking suite

Issue - State: open - Opened by abnormalbrain over 1 year ago
Labels: performance

#27 - Add option to rescale sprites

Pull Request - State: closed - Opened by cBournhonesque over 1 year ago
Labels: enhancement

#26 - Add system labels

Pull Request - State: closed - Opened by cBournhonesque over 1 year ago

#25 - Potentially change component storage?

Issue - State: open - Opened by cBournhonesque over 1 year ago - 2 comments
Labels: performance

#24 - Add particle rotation

Pull Request - State: closed - Opened by abnormalbrain over 1 year ago - 4 comments

#23 - Support particle rotation

Issue - State: closed - Opened by abnormalbrain over 1 year ago
Labels: enhancement

#22 - Add texture atlas sprites

Pull Request - State: closed - Opened by cBournhonesque over 1 year ago - 5 comments
Labels: enhancement

#20 - Despawning a particle system doesn't despawn the particles

Issue - State: closed - Opened by darthdeus over 1 year ago - 3 comments
Labels: bug

#19 - Rename velocity to speed

Pull Request - State: closed - Opened by johanhelsing over 1 year ago - 1 comment

#18 - Support non-sprite rendering?

Issue - State: open - Opened by johanhelsing over 1 year ago - 5 comments
Labels: enhancement

#17 - Add bevy_reflect support

Pull Request - State: closed - Opened by johanhelsing over 1 year ago - 1 comment
Labels: enhancement

#16 - Upgrade bevy 0.9

Pull Request - State: closed - Opened by abnormalbrain over 1 year ago

#15 - fix typos in component docs

Pull Request - State: closed - Opened by johanhelsing over 1 year ago - 1 comment
Labels: documentation

#13 - `emitter_angle` docs say `Zero indicates straight up in the Y direction` but particles go to the right

Issue - State: closed - Opened by darthdeus over 1 year ago - 1 comment
Labels: documentation

#12 - Working build for 0.90-dev..

Pull Request - State: closed - Opened by LarsDu over 1 year ago - 7 comments

#11 - Upgrade 0.8

Pull Request - State: closed - Opened by abnormalbrain almost 2 years ago

#10 - Upgrade to Bevy 0.8

Issue - State: closed - Opened by abnormalbrain almost 2 years ago
Labels: enhancement

#9 - Local space particles not behaving correctly.

Issue - State: closed - Opened by abnormalbrain almost 2 years ago
Labels: bug

#7 - Correctly handle spawn rate of zero

Pull Request - State: closed - Opened by abnormalbrain about 2 years ago
Labels: bug

#6 - Center emitter shape on the angle

Pull Request - State: closed - Opened by abnormalbrain about 2 years ago
Labels: bug

#5 - Add max_distance for particles

Pull Request - State: closed - Opened by abnormalbrain about 2 years ago
Labels: enhancement

#4 - Set particle scale and color correctly on spawn

Pull Request - State: closed - Opened by abnormalbrain about 2 years ago
Labels: bug

#3 - Upgrade bevy to 0.7

Pull Request - State: closed - Opened by abnormalbrain about 2 years ago

#2 - Make despawning on system finish optional

Pull Request - State: closed - Opened by abnormalbrain about 2 years ago
Labels: enhancement

#1 - Add readme badges

Pull Request - State: closed - Opened by abnormalbrain about 2 years ago
Labels: documentation