Skip to content

Commit 48265e0

Browse files
Update examples.md
1 parent ca22c18 commit 48265e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/examples.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ You can also click on the name of the example below to view the source code.
3333
| [`events`](https://github.com/17cupsofcoffee/tetra/blob/main/examples/events.rs) | Input | Shows what events can be fired by the engine. |
3434
| [`error_handling`](https://github.com/17cupsofcoffee/tetra/blob/main/examples/error_handling.rs) | Error Handling | Demonstrates how custom error types and error reporting crates can be used in a Tetra game. |
3535
| [`bunnymark`](https://github.com/17cupsofcoffee/tetra/blob/main/examples/bunnymark.rs) | Benchmark | Benchmarks rendering performance by rendering lots of bunnies. |
36+
| [`text_perf`](https://github.com/17cupsofcoffee/tetra/blob/main/examples/text_perf.rs) | Graphics | Shows best practices for rendering text efficiently in Tetra. |
3637
| [`ecs`](https://github.com/17cupsofcoffee/tetra/blob/main/examples/ecs.rs) | Integration | Demonstrates how ECS (entity component system) libraries can be used with Tetra. |
3738
| [`tetras`](https://github.com/17cupsofcoffee/tetra/blob/main/examples/tetras.rs) | Game | A full example game (which is entirely legally distinct from a certain other block-based puzzle game *cough*). |

0 commit comments

Comments
 (0)