You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/examples.md
+1
Original file line number
Diff line number
Diff line change
@@ -33,5 +33,6 @@ You can also click on the name of the example below to view the source code.
33
33
|[`events`](https://github.com/17cupsofcoffee/tetra/blob/main/examples/events.rs)| Input | Shows what events can be fired by the engine. |
34
34
|[`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. |
35
35
|[`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. |
36
37
|[`ecs`](https://github.com/17cupsofcoffee/tetra/blob/main/examples/ecs.rs)| Integration | Demonstrates how ECS (entity component system) libraries can be used with Tetra. |
37
38
|[`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