compose-mario icon indicating copy to clipboard operation
compose-mario copied to clipboard

🎮 An attempt to create Super Mario Bros using Compose for Desktop

Results 2 compose-mario issues
Sort by recently updated
recently updated
newest added

In order for it to run the same speed, you need to use the updates based on the time that passes. See this for example : https://dev.to/kotlin/tips-tricks-for-building-a-game-using-jetpack-compose-for-desktop-266o

main.kt: (87, 45): This API is experimental and is likely to change in the future. R.kt: (11, 13): 'imageFromResource(String): ImageBitmap' is deprecated. Use useResource(path, ::loadImageBitmap) R.kt: (14, 13): 'imageFromResource(String): ImageBitmap'...