Hexworks / zircon

Zircon is an extensible and user-friendly, multiplatform tile engine.
https://hexworks.org/projects/zircon/
Apache License 2.0
753 stars 137 forks source link

Add callbacks for Rendering #296

Closed adam-arold closed 4 years ago

adam-arold commented 4 years ago

What we need is the ability to add a beforeRender and an afterRender callback to the Application class. This is necessary to enable users to have a thread-safe way of modifying a TileGrid or a Screen between renders.