Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

A few more small, instructive examples #164

Open
BrettWitty opened this issue Jun 15, 2021 · 1 comment
Open

A few more small, instructive examples #164

BrettWitty opened this issue Jun 15, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@BrettWitty
Copy link
Contributor

What problem does this solve or what need does it fill?

A number of small examples to demonstrate the library just a bit further for newbies. It also will demonstrate your suggested solution to some common problems.

Describe the solution would you like?

Example code for the following situations:

  • Scrolling map: Something like the random_dungeon.rs, but for a map that is larger than 1 screen. Scrolling could be discrete or continuous.
  • Tinting: Tint the map between a few colours.
  • Scaling tiles uniformly: 16x16 tiles being presented as 32x32.
  • Zooming: Scaling the map in and out.
  • Benchmarks: Demonstrating the impact of dense vs sparse layers, or sizes of chunks (too big vs too small)

Describe the alternative(s) you've considered?

I have trouble finding other people's code using bevy_tilemap.

@BrettWitty BrettWitty added the enhancement New feature or request label Jun 15, 2021
@joshuajbouw
Copy link
Owner

Thanks for the added example suggestions!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants