nalin

Results 3 issues of nalin

Great app! Thanks for sharing. Any suggestions on how I could implement smoothing to the lines that are drawn?

I've installed genesis and am trying to run the Hello, Genesis example: ``` import genesis as gs gs.init(backend=gs.cpu) scene = gs.Scene(show_viewer=True) plane = scene.add_entity(gs.morphs.Plane()) franka = scene.add_entity( gs.morphs.MJCF(file='xml/franka_emika_panda/panda.xml'), ) scene.build()...

_Before you submit a pull request, please make sure you have read and understood the [contribution guidelines](https://github.com/TheFireCo/genkit-plugins/blob/main/CONTRIBUTING.md) and the [code of conduct](https://github.com/TheFireCo/genkit-plugins/blob/main/CODE_OF_CONDUCT.md)._ **This pull request is related to:** - [...