flutter_flutter/docs/engine/impeller/Impeller-Scene.md
John "codefu" McDole e068a3e6c4
chore: move engine docs out of engine/ and into docs/ (#175195)
Moving docs to be co-located with other docs + updating links. This has
the benefit of not including docs in engine content hash semantics.
2025-09-16 18:19:50 +00:00

4 lines
347 B
Markdown

Impeller Scene was an experimental 3D C++ renderer built into Flutter Engine and [presented at the Flutter Forward event](https://www.youtube.com/live/zKQYGKAe5W8?feature=share&t=7048).
It has since been rewritten as a Dart library called [Flutter Scene](https://pub.dev/packages/flutter_scene), powered by the [Flutter GPU](Flutter-GPU.md) API.