feat: added simple_text example

This commit is contained in:
lisk77 2025-05-03 21:56:56 +02:00
parent d4a1bde4dc
commit 05249f2a6d
6 changed files with 85 additions and 296 deletions

View file

@ -11,4 +11,5 @@ cargo run --example <example_name>
|------------------------------------|----------------------------------------------------------------------------------------|
| [hello_world](hello_world) | A simple boilerplate example to show how to properly start creating a Comet App. |
| [textured_entity](textured_entity) | This covers the basics on how to create a camera and your first entity with a texture. |
| [simple_move_2d](simple_move_2d) | Simple demonstration of a hypothetical movement system in 2D. |
| [simple_move_2d](simple_move_2d) | A simple demonstration of a hypothetical movement system in 2D. |
| [simple_text](simple_text) | A simple demonstration of how to write some text in Comet. |