Alexandre B A Villares
Alexandre B A Villares
It looks like `Consolas` should also be available on MacOS, acording to the https://en.wikipedia.org/wiki/List_of_typefaces_included_with_macOS but for some reason I can't find it on my almost dead Macbook 10.11.6 (El Capitan)....
@ognarb the pad was erased! :( On the main page Shoebot repo there is this link:  to https://shoebot.readthedocs.io/en/latest/install.html that starts with "Shoebot runs on Python 2.7." Is this correct?
I installed on Xubuntu 20.04 and it worked fine :D
I would like to say that `1.4.0-beta0` installed well for me with pip inside Thonny.org which bodes well for using it for teaching! :D
I'll se if I can pick some of my favorite examples from: https://github.com/jdf/processing.py/tree/master/mode/examples Like... (huge) YellowTail :) And from Nature of Code: https://github.com/nature-of-code/noc-examples-python
I'm on Linux, so I'm not sure I should be commenting on this, but... Anaconda people advise against mixing `pip` and `conda` installs https://www.anaconda.com/blog/using-pip-in-a-conda-environment Nevertheless... I'm helpless memorizing new stuff...
Hey, can you show how to use the bindings in a minimal use case (outside the importer you made)? Instructions on how to install the importer would me most welcome...
@xTecna resolveu com https://github.com/villares/material-aulas/pull/120, muito obrigado! Agora preciso portar isso pro py5coding.org...
couldn't we also have `.mag()`? Perhaps adding something like: ``` def mag(self): return self.magnitude ``` Just for more compatibility with the Processing PVector class? https://py.processing.org/reference/PVector_mag.html
Maybe one could have a look at what Ricardo Lafonte and Stuart Axon are doing with pycairo & pango at http://github.com/shoebot/shoebot (I suppose Skia anf Flat could be ways to...