p5py / p5

p5 is a Python package based on the core ideas of Processing.
https://p5.readthedocs.io
GNU General Public License v3.0
724 stars 120 forks source link

stub or interface definitions for p5py #341

Open kresdjan opened 2 years ago

kresdjan commented 2 years ago

It would be nice to have type definitions to help and assist with autocompletion and parameter help, I think most of us have come accustomed to this behaviour. 😁

I not sure this can or should be implemented but I have come across another project on GitHub that have implemented interface definitions in a .pyi file. https://github.com/Abdulla060/Processing.py-intellisense/blob/master/lib/Processing3.pyi

thanks. 👍

github-actions[bot] commented 2 years ago

Thank you for submitting your first issue to p5py