Fluorite: A Console-Grade Game Engine Integrated with Flutter
By
bsimpson
3mo ago· 1 min readenNews
38/100
Stale
Bagelometer↗
Has the shape of a bagel but none of the steam.
Score38TypenewsSentimentpositive
Summary
Fluorite is a console-grade game engine that integrates fully with Flutter, allowing developers to write game code in Dart and use Flutter's developer tools. It enables adding multiple simultaneous 3D scene views via FluoriteView widgets and sharing state between game entities and UI widgets using Flutter's approach.
Key quotes
· 3 pulledFluorite is the first console-grade game engine fully integrated with Flutter.
Its reduced complexity by allowing you to write your game code directly in Dart, and using all of its great developer tools.
By using a FluoriteView widget you can add multiple simultaneous views of your 3D scene, as well as share state between game Entities and UI widgets - the Flutter way!
Fluorite is the first console-grade game engine fully integrated with Flutter.
Its reduced complexity by allowing you to write your game code directly in Dart, and using all of its great
developer tools.
By using a Fluo
