Author of the Flame Engine, I have been enamoured with Dart & Flutter for several years. I love all forms of software development, and I’m a big proponent of Open Source. Currently working with Kotlin backend @ Faire.
github.com/luanpotter
Luan Nico
3D Games With Flame
The Flutter team has finally graced us with full GPU access capabilities as a beta access. We have integrated this into the Flame Engine to allow you to build simple 3D games!
While still in its infancy, this talk will introduce you to the world of 3D computing, how it is wired under the hood and implemented in Flame, and how to use our higher level APIs to create your very own game. The talk will go over the basics and theory and showcase the process of building a playable demo step by step.
This talk is a spiritual successor of my previous talk "Flame and (pseudo) 3d" on Fluttercon Berlin last year, in which I talked about alternative ways of supporting 3D with Flame, and built a software-based 3D rendering engine within Flame. Now with first-class GPU support, we can leverage the full power of the device to render much more intricate meshes and ideas.
Repo: github.com/flame-engine/flame
Website: flame-engine.org