Pooling #5

Open
opened 2024-06-17 12:51:18 +02:00 by baz · 0 comments
Owner

We should be making use of pooling, as the game will have lots of objects being created and destroyed, we could get a performance benefit by spawning all of the resources in at the start of the game rather than creating and destroying objects on the fly.

Things we should think about pooling:

  • Enemies
  • EXP Droplets
  • Projectiles
  • Particle Effects(?)
We should be making use of pooling, as the game will have lots of objects being created and destroyed, we could get a performance benefit by spawning all of the resources in at the start of the game rather than creating and destroying objects on the fly. Things we should think about pooling: - [x] Enemies - [ ] EXP Droplets - [ ] Projectiles - [ ] Particle Effects(?)
baz added this to the Minimum Viable Month Checklist project 2024-06-17 12:51:18 +02:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: baz/vampires#5
No description provided.