Fluorite Tutorials

Fluorite is the first console-grade game engine built for deep integration with Flutter. It streamlines development by allowing you to write game logic entirely in Dart, leveraging the full power of Flutter’s developer ecosystem. With the FluoriteView widget, you can render multiple simultaneous 3D scenes and seamlessly share state between game entities and UI components—the Flutter way.

https://fluorite.game/

Features

  • High-Performance ECS Core: Uses a C++ core for maximum speed on all hardware (including low-end devices), while letting you write game logic in familiar Dart.
  • Interactive 3D Zones: Artists can define “clickable” areas directly in Blender, which developers can easily trigger via code—perfect for 3D menus and interactions.
  • Console-Quality Graphics: Powered by Google’s Filament and Vulkan to provide stunning visuals, realistic lighting, and advanced post-processing.
  • Instant Hot Reload: Update your game code or assets and see the changes instantly without restarting, allowing for much faster development.