cabal
cabal copied to clipboard
Flutter's biggest open secret.
FYI @johnmccutchan 1. Encountered this over the weekend. This error occurs at runtime while creating a rigid body: ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Unsupported operation: The body is inlined in the...
Track keyboard/mouse state and provide an interface to look it up. Then, create a game controller for marble madness.
Depends on https://github.com/bdero/cabal/issues/1 and https://github.com/bdero/cabal/issues/2. Replace the placeholder lighting with lighting sampled from an environment map. Flutter GPU is currently missing mipmaps and cubemaps, both of which would make this...
Depends on https://github.com/bdero/cabal/issues/1. For this task, import PBR GLTF materials and render them with fake/non-configurable lighting sources to start.
For this task, just get unlit GLTF meshes imported and rendering at all/unlit.