mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Moving docs to be co-located with other docs + updating links. This has the benefit of not including docs in engine content hash semantics.
4 lines
347 B
Markdown
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.
|