Redesign particle system for better cache coherency

Issue #37 resolved
Riot created an issue
  • Remove them from quaternion space, strip out any properties needed for iteration into a top level particle manager
  • Implement particle caps to prevent excess particle spam
  • Implement dynamic FPS drop detection to lower and raise particle counts dynamically
  • Use SIMD extensions to update more at once

Comments (4)

  1. Log in to comment