All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Fluorite: A Console-Grade Game Engine Integrated with Flutter

By

bsimpson

3mo ago· 1 min readenNews

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 pulled
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 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!
Snippet from the RSS feed
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

You might also wanna read