Unclaimed project
Are you a maintainer of mosaic? Claim this project to take control of your public changelog and roadmap.
New:
Modifier.onKeyEvent or Modifier.onPreKeyEvent to listen to keyboard events.Changed:
runMosaic and runMosaicBlocking) have been changed to directly accept a composable lambda. Asynchronous work should now be performed inside Compose's effect system (e.g., LaunchedEffect), and rendering will complete when all effects have completed. Check out our samples for more information about how to do this.DrawScope#drawRect API with the ability to draw with text characters and specify DrawStyle (Fill or Stroke).