flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
165.59k stars 27.34k forks source link

[Impeller] Flutter GPU: Allow specifying uniform and vertex data in a type-safe manner in Dart. #131517

Open chinmaygarde opened 1 year ago

chinmaygarde commented 1 year ago

Part of https://github.com/flutter/flutter/issues/130921.

The features that we get with C++ code-gen that would be nice to have in Dart would be:

Some of all of these would be nice to have but by no means necessary for an MVP.

chinmaygarde commented 1 year ago

@bdero Saw you missed this from the notes.

jonahwilliams commented 1 year ago

Please do not create a dart code generator!

chinmaygarde commented 1 year ago

Thats fair and I must admit I jumped to a solution for Dart based on what we do with the C++ stuff. I reword the issue to not be so leading.