From 164be647b223dda84a5c727bdc42cd087b8e194f Mon Sep 17 00:00:00 2001 From: Franz Dietrich Date: Sun, 12 Oct 2025 12:40:40 +0200 Subject: [PATCH] add deprecation readme --- turtle-example/README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/turtle-example/README.md b/turtle-example/README.md index 332e3bc..9071500 100644 --- a/turtle-example/README.md +++ b/turtle-example/README.md @@ -1,2 +1,18 @@ -# turtle +# turtle-example + +**⚠️ LEGACY PACKAGE - Bevy-based implementation** + +This package contains the original Bevy-based turtle implementation. + +**For current development, see [turtle-lib-macroquad](../turtle-lib-macroquad/).** +**See the [main README](../README.md) for the active project.** + +## Status + +This package is no longer actively developed. The project has moved to a Macroquad + Lyon architecture for: +- Faster compilation times +- Simpler codebase +- Better rendering quality + +Examples here are kept for reference only.