Files
compose-multiplatform/examples/visual-effects
Igor Demin 7bd0b3d1a5 Fix examples, templates (#2359)
- move screenshot into screenshots folder
- add Readme, run configuration, .gitignore to web-template
- fix web-compose-in-js (read versions from properties)
- add global idea/ into gitignore
2022-10-05 13:44:37 +02:00
..
2022-01-12 18:55:26 +03:00
2022-10-04 01:52:20 +02:00
2022-01-12 18:55:26 +03:00
2022-10-03 01:56:58 +02:00
2021-12-07 10:27:02 +03:00
2021-12-07 10:27:02 +03:00
2022-10-05 13:44:37 +02:00

Several visual effects implmented with Compose Multiplatform, used in 1.0 release announce video.

Running desktop application

  • To run, launch command: ./gradlew run
  • Or choose desktop configuration in IDE and run it.
    desktop-run-configuration.png