nmfisher / thermion

3D rendering toolkit for Dart and/or Flutter
https://thermion.dev
Apache License 2.0
125 stars 10 forks source link

Rename package and add documentation #36

Closed nmfisher closed 5 months ago

nmfisher commented 5 months ago

The flutter_filament name wasn't appropriate any more (since the package is no longer just for Flutter), and given the additional functionality we've all been adding, I felt it's no longer just a wrapper for Filament, it's starting to become a 3D rendering framework in its own right, so the package deserved its own name.

So welcome to Thermion!

This PR renames all the files/classes and contains some very initial documentation to help ease the transition.

I am merging this in immediately after the native-assets work to minimize migration pains (and ahead of the first publish to pub.dev).