Posted in

Google 发布 Flutter GPU API 和 Dart 更新_AI阅读总结 — 包阅AI

包阅导读总结

1. `Google`、`Flutter`、`Dart`、`GPU API`、`Rendering Packages`

2. Google 推出了 Flutter 和 Dart 的更新,包括 Flutter GPU API 的早期预览。Flutter GPU 是低级图形 API,可让开发者自定义光栅管线直接向 GPU 提交绘制调用。谷歌还投资了如 Flutter Scene 等渲染包,目前该 GPU API 处于预览阶段。

3.

– Google 相关

– 推出了 Flutter 跨平台开发工具和 Dart 语言的更新

– 包括 Flutter GPU API 的早期预览

– Flutter 相关

– 版本 3.24 发布

– GPU 是集成到 SDK 的低级图形 API

– 允许开发者自定义光栅管线和直接向 GPU 提交绘制调用

– Dart 相关

– 版本 3.5 发布

– 渲染包相关

– 谷歌投资了如 Flutter Scene 等渲染包

– 利用 Flutter GPU API ,可导入动画 glTF 模型和构建 3D 场景

– 使开发者能轻松在 Flutter 和 Dart 中构建 3D 应用和游戏

– 目前 Flutter GPU API 处于预览阶段,建议使用主频道开发

思维导图:

文章地址:https://www.infoworld.com/article/3484345/google-unveils-flutter-gpu-api-dart-updates.html

文章来源:infoworld.com

作者:InfoWorld

发布时间:2024/8/7 23:17

语言:英文

总字数:424字

预计阅读时间:2分钟

评分:87分

标签:Flutter,Dart,GPU API,跨平台开发,图形编程


以下为原文内容

本内容来源于用户推荐转载,旨在分享知识与观点,如有侵权请联系删除 联系邮箱 media@ilingban.com

Google has unveiled updates to its Flutter cross-platform development tool and the accompanying Dart language including an early preview of the Flutter GPU API, a low-level graphics API for building rendering packages from scratch.

Flutter 3.24 and Dart 3.5 were launched on August 6.

Flutter GPU is a low-level graphics API integrated into the Flutter SDK. It allows developers to define custom raster pipelines and submit draw calls directly to the GPU, making it possible to develop specialized renderers such as 2D Canvas alternatives, 3D scene graphs, or particle systems for performant and immersive experiences without the engine-level bulk typically needed, Google said. Google noted that graphics programming has a steep learning curve, and that most users likely will choose to use a higher-level rendering package rather than build there own. As a result, Google is investing in rendering packages such as Flutter Scene, which leverages the Flutter GPU API and allows importing of animated glTF models and constructing 3D scenes, enabling developers to easily build 3D apps and games in Flutter and Dart. While the Flutter GPU API is in preview, Google recommends developing against Flutter’s main channel when using Flutter GPU.