Updates for Particle and ParticleSystem for next stage
- Dominant language
- JavaScript
- Stars
- 15.7k
- Forks
- 3.9k
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 34
Description
- [ ] deprecate all the start/end and max/min parameters in `Particle` and `ParticleSystem` and switch to using an init() function instead
- [ ] change how `Particle` handles updates since no longer lerping between start/end [ie removing the parts that do]
- [ ] update sandcastle examples to match these changes
- [ ] update [Particle System Tutorial](https://cesiumjs.org/tutorials/Particle-Systems-Tutorial/) and [Advanced Particle System Tutorial](https://cesiumjs.org/tutorials/Advanced-Particle-System-Effects/)
[actually maybe keep max/min elements for random initialization - TBD]
Contributor guide
Research direction
Start by inspecting the current Particle and ParticleSystem APIs and how the sandcastle examples use their start/end and max/min parameters. Review the Particle System Tutorial and Advanced Particle System Tutorial before deciding how initialization and updates should change. Done means the API behavior, examples, and both tutorials are updated, with the treatment of max/min resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- computer-graphics
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100