add deprecation readme

This commit is contained in:
Franz Dietrich 2025-10-12 12:40:40 +02:00
parent 00b9007f00
commit 164be647b2

View File

@ -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.