Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins: Add support for other tiled formats #943

Open
gkjohnson opened this issue Jan 23, 2025 · 0 comments
Open

Plugins: Add support for other tiled formats #943

gkjohnson opened this issue Jan 23, 2025 · 0 comments
Milestone

Comments

@gkjohnson
Copy link
Contributor

gkjohnson commented Jan 23, 2025

Notes

  • All implementations can use implicit tiling for the tile hierarchy.
  • Implicit tiling will expand every tile out into a JSON object when it doesn't have to be. Could possibly support some kind of "virtual" children that are pooled and initialized on usage, then reset every update. Then only as many tile objects as are needed for a single traversal are created.
@gkjohnson gkjohnson added this to the v0.x.x milestone Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant