Coder Social home page Coder Social logo

janseliv / poolmanager Goto Github PK

View Code? Open in Web Editor NEW
54.0 4.0 10.0 439.72 MB

Open-source plugin that helps reuse objects in UE5.4

License: MIT License

C# 1.36% C++ 98.64%
c-plus-plus cpp game-development plugin plugin-repo ue4 ue4-plugin ue5-plugin unreal unreal-engine-4

poolmanager's Introduction

๐Ÿ”„ Pool Manager

The Pool Manager helps reuse objects that show up often, instead of creating and destroying them each time.

Creating and destroying objects, like projectiles or explosions, can be slow and cause issues such as making the game slow or laggy when done frequently.

The Pool Manager alleviates these problems by maintaining a pool of objects. Instead of creating and destroying objects all the time, the Pool Manager keeps these objects for reuse. This strategy improves the smoothness of the game.

PoolManager

๐Ÿ“š Documentation

Detailed documentation about the Pool Manager can be found here.

๐ŸŽ“ Sample Projects

Check out our Release page for two sample projects showcasing the Pool Manager, one with blueprints and another in C++.

Also, explore this game project repository to view the Pool Manager in action.

๐Ÿ“… Changelog

2024-05-05

  • Updated to Unreal Engine 5.4.
  • Implemented User Widgets support allowing to pool widgets.

UserWidgets

PoolManagerArray

2023-11-25

  • Updated to Unreal Engine 5.3.
  • Introduced Factories to handle differences in pools by object archetypes (e.g.: uobjects, actors, components, widgets etc.).
  • Take From Pool now spreads out the creation of large pools of UObjects and Actors over multiple frames to avoid any hitches.

image

2023-05-28

  • ๐ŸŽ‰ Initial public release on Unreal Engine 5.2

๐Ÿ“ซ Feedback & Contribution

Feedback and contributions from the community are highly appreciated!

If you'd like to contribute, please fork the project and create a pull request targeting the develop branch.

If you've found a bug or have an idea for a new feature, please open a new issue on GitHub. Thank you!

๐Ÿ“œ License

This project is licensed under the terms of the MIT license. See LICENSE for more details.

We hope you find this plugin useful and we look forward to your feedback and contributions.

poolmanager's People

Contributors

janseliv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.