Hexworks / zircon

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

Add the ability to create a TileGrid and a Renderer without an Application. #404

Closed adam-arold closed 3 years ago

adam-arold commented 3 years ago

Currently, there must be an Application in order to create a TileGrid or a Renderer (with a grid). There are use cases though when an user only wants to use Zircon as a rendering tool without an application lifecycle or input events. This upgrade will support these use cases.