Files
Alexey Tsvetkov d23806a3f4 Update examples (#1740)
* Update examples to Gradle 7.3.3

Resolves #1654

* Update compose and agp in examples

Resolves #1117

* Fix gradle plugins classloading in examples and templates

* Make falling balls mpp compatible with examples checker
2022-01-24 13:16:39 +03:00
..
2021-10-19 18:57:16 +03:00
2021-10-19 18:57:16 +03:00
2022-01-24 13:16:39 +03:00
2021-10-19 18:57:16 +03:00
2021-10-19 18:57:16 +03:00
2021-12-01 15:37:02 +03:00

An example showing how to integrate Compose with LWJGL

Note that:

  • the integration is very experimental and can be unstable
  • not all features are implemented
  • not all features are currently supported (Accessibility, Input Methods)
  • to pass some event information it is needed to pass it via AWT events (java.awt.KeyEvent and java.awt.MouseEvent). In the future versions of Compose we plan to get rid of the need of AWT events.
  • it has bugs (it doesn't show cursor in TextField)