Can anyone please show me how to do drag & drop animation on a .png or .svg image using Kotlin with Compose Desktop?

Answered

I've googled a lot, and found no definitive answer. I found an example using Compose(https://github.com/Kvest/Chess/tree/main), but it would not run under Compose Desktop(many conflicts or missing parts of Compose API). 

All I want is to move chess pieces on a chessboard background. 

0

Please sign in to leave a comment.