[FEATURE] [script api] Examples for 3D rendering
Describe your feature request.
This maybe a issue for the docs, but currently there are no encouraged ways for doing 3D rendering in script api, like drawing a box that is not covered by the PlacementRenderer, and using other functions like BoxRenderer.drawWith(this) { from kotlin is not at all easy.
Additional context
how to implement this maybe further discussed, I am thinking about making a library in typescript that can be distributed through npm though and not actually implemented by LiquidBounce maybe?
Do you want to develop a module for 3D graphics or something similar? Do I understand you correctly?"
Not really, just make the existing code in LiquidBounce friendlier for scripts to call.
Thanks for the explanation. I understand you. You want to change the structure to make it easier to implement.