Skip to content

Commit

Permalink
Merge pull request #591 from rparrett/fix-animation-example-description
Browse files Browse the repository at this point in the history
Animation takes place on the gpu
  • Loading branch information
ChristopherBiscardi authored Dec 24, 2024
2 parents 7ccec8a + d5322f7 commit 91b15da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn update_damage(

- [`3d_iso`](examples/3d_iso.rs) - An example showing y-sorting on a "3d" isometric tile map.
- [`accessing_tiles`](examples/accessing_tiles.rs) – An example showing how one can access tiles from the map object by using tile map coordinates.
- [`animation`](examples/animation.rs) – Basic CPU animation example.
- [`animation`](examples/animation.rs) – Basic animation example.
- [`basic`](examples/basic.rs) - The simplest example of how to create a tile map.
- [`bench`](examples/bench.rs) - A stress test of the map rendering system. Takes a while to load.
- [`chunking`](examples/chunking.rs) - A simple example showing how to implement an infinite tilemap by spawning multiple chunks.
Expand Down

0 comments on commit 91b15da

Please sign in to comment.