Bavian / KNES

NES emulator using kotlin
0 stars 0 forks source link

UI for JS #7

Open Bavian opened 10 months ago

Bavian commented 10 months ago

Jetpack Compose for JS version works with self Composables, which not allow to write common UI. There are two options:

  1. Wrapper for each Composables
  2. Use different UI frameworks on each platform. (Research: OpenGL)

The second one sounds more reliable to me, cause Web version should migrate to WAsm version. Also the second one will allow to implement Vulkan and other 2D graphics frameworks.