https://kotlinlang.org logo
Title
t

thomasnield

01/22/2022, 5:04 AM
What's the state of Kotlin notebooks and 3D plotting? As well as 3D animation? Had anybody had success animating physics simulations in 3D? Or just plotting 3D charts…
i

Ilya Muradyan

01/22/2022, 5:18 AM
@altavir should know something about this
a

altavir

01/22/2022, 5:26 AM
For 3D animations check https://github.com/mipt-npm/visionforge. the production-ready version will bevreleased in a few days. 3d charts are available in plorly.kt. though a bit limited for now (we xan ammend that)
t

thomasnield

01/22/2022, 2:50 PM
Okay cool, thanks I will play with these
a

altavir

01/22/2022, 4:57 PM
I've just uploaded a dynamic demo as well: https://npm.mipt.ru/demos/vf-dynamic/
The whold code for it is here: https://github.com/mipt-npm/visionforge/blob/dev/demo/js-playground/src/main/kotlin/gravityDemo.kt. You can see it is rather simple.
👍 1
t

thomasnield

01/22/2022, 8:03 PM
This is pretty cool… will share