Marc Leonard
Marc Leonard
I really like the API of this project, but it looks like it may not work on newer versions of Python?
**Question/Feature Request** Is there a good way to wrap all the global variables into a namespace? I think this would be great not just to for namespace's sake, but to...
**Test script:** ```python from p5 import * def setup(): size(640, 360) no_stroke() background(204) def draw(): if mouse_is_pressed: fill(random_uniform(255), random_uniform(127), random_uniform(51), 127) else: fill(255, 15) circle_size = random_uniform(low=10, high=80) circle((mouse_x, mouse_y),...
SVG output
Are there any plans for SVG output? This would be a fantastic feature, as I know it's used a lot in processing and p5? Would this be attached to the...
Hello! Really excited about what you all are doing here. I'm trying to do some catch up to understand the internals (haven't looked at the project since it was on...
spelling
Update import for newer versions of python
Hello! Been working with the python library and it's been really great to work with! Much better than the wrapper I wrote :-) As I was working with the library...
Django Version: 4.2.9 Taggit Version: 5.0.1 Hello, I have been beating my head against this and cannot figure it out. I am using the `through` parameter to point to a...
Hello, I hate for this to be an 'issue', but there is no other way to ask a question :-) I can't figure out a good way to programmatically, in...