Anant Kumar Gupta
01/12/2025, 4:33 AMShubham Singh
01/14/2025, 6:42 PMThree.js
, Babylon.js
, etc.
Maybe you can start with the official documentation that explains how you can use JS code from Kotlin:
https://kotlinlang.org/docs/js-interop.html
Then there's this other Kotlin/JS/WASM framework named #C06UAH52PA7, that has ported a few libraries, you can read that code to understand more. The library's name is `Split`:
It's Kotlin code is here: https://github.com/rjaros/kilua/tree/main/modules%2Fkilua-splitjs
And it's JS code is here: https://github.com/nathancahill/splitShubham Singh
01/14/2025, 6:43 PMAnant Kumar Gupta
01/17/2025, 4:53 AM