21 lines
614 B
Markdown
21 lines
614 B
Markdown
# Flutter GPU 3D Demo
|
|
|
|
A demo application for the new `flutter_gpu` package that gives
|
|
access to low level graphics apis to the impeller rendering engine
|
|
and vulkan/metal. Tested on a Macbook Air (M2) and iPad Pro (M4), runs
|
|
very fast even in full 5K resolution. Happy hacking!
|
|
|
|

|
|
|
|
Use puro to change to the latest flutter version from the master channel.
|
|
|
|
Then run the app with:
|
|
|
|
```bash
|
|
puro flutter run -d macos --enable-impeller
|
|
```
|
|
|
|
iOS and Android are also supported!
|
|
|
|
This is based on the new released example guide for `flutter_scene` and `flutter_gpu`
|
|
with Flutter version 3.24. |