PyGLM
PyGLM copied to clipboard
Adding Stub Files for Referencing
Just wondering if we could add some stub files, because the only thing that pyglm harder to use than numpy is that working in VScode or any editor, there's no autocomplete, syntax highlighting, and type hinting. It's going to be a lot of work but I would love to help.
I was observing the same issue. I'm guessing they can just be generated with stubgen? https://mypy.readthedocs.io/en/stable/stubgen.html
Yeah, this is certainly something I should add. Unfortunately I'm currently really short on time.
I would recommend checking out Erik Soma's pyglm-typing for the time being.
Yeah, this is certainly something I should add. Unfortunately I'm currently really short on time.
I would recommend checking out Erik Soma's pyglm-typing for the time being.
Thx! this seems to work fine. Ig we somehow incorporate this library into PyGLM, like maybe just making it a dependency so it gets auto installed.