hsnabn / duality-samples

Some sample projects for the Duality game engine.
MIT License
2 stars 0 forks source link

Add ObjectPooling sample. #8

Open hsnabn opened 9 years ago

hsnabn commented 9 years ago

An ObjectPooling sample for Duality might be useful to someone.

Object pooling (or resource pooling) helps to reduce object instantiation and destruction (which may cause overhead depending on the number of instantiations or destructions) by recycling and reusing objects.

hsnabn commented 9 years ago

Progress has been made. Still needs lots of work and documentation, though.