demo_3d/README.md

21 lines
614 B
Markdown
Raw Normal View History

2024-08-11 21:01:06 +02:00
# 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!
![](./assets/screenshot.png)
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.