Dear all,
in my sketch I have to plot graphics an I should use “grafica” library.
Unfortunately I can’t find any documentation about it.
Could you suggest a web link in which I find “grafica” library documentation ?
Thank you very much for your help and cooperation
regards
1 Like
look at the installed dirs:
file:///…:/…/Processing/libraries/grafica/reference/index.html
and check the examples ( who reads documentation?? )
if run processing IDE 3.4 can use:
[Help][Libraries Reference][grafica]
and
[File][Examples][+ / contributed libraries][+ / grafica]
4 Likes
Other main sources of information about grafica are:
- the website: https://jagracar.com/grafica.php
- the source code: https://github.com/jagracar/grafica
- the included JavaDoc reference – download the latest zip: https://github.com/jagracar/grafica/blob/master/releases/grafica-10.zip
… and navigate to grafica/reference/index.html
I think that last may be what you are looking for (if you don’t have PDE installed or haven’t installed it through the Contributions Manager, as in kll’s answer above).
3 Likes