You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to ru p5 on my MacBook Pro with MacOS X, 10.9. and Anaconda Python 3.5.3 (x86, 64 Bit. This is my example code:
fromp5import*defsetup():
size(400, 200)
title("Dein Titel hier …")
defdraw():
background(255, 100, 150)
center= (width/2, height/2)
fill(0)
rect_mode("RADIUS")
square(center, 50)
run()
I only get a blank window like this:
I tried several of the examples and get always the same result (only a blank window). And it doesn't matter if I started the sketch fom the terminal, the interpreter or within TextMate. The result was always the same.
The text was updated successfully, but these errors were encountered:
I did a few more tests and wrote a print()-Statement after the last line in draw(). The print()were executed. On wednesday I've sitting on a Mac with MacOS X 10.10 (and possibly with 1011). I will try to run this small program there and I will publish the results (pls excuse my bad (d)english).
I'm very sure that this issue is the same as #10. Since we're seeing some output for the prints, we know that the draw() loop is running. However, since there is no actual output on the screen, we know that the screen isn't refreshing as it should.
On wednesday I've sitting on a Mac with MacOS X 10.10 (and possibly with 1011)
👍
I will publish the results
Can you just do that on the discussion thread for #10? I'm closing this for now, 'cause I'm pretty sure this issues and #10 are the same thing.
Thank you so much for putting time into testing this :) ...and your English is perfectly fine; don't worry.
I tried to ru p5 on my MacBook Pro with MacOS X, 10.9. and Anaconda Python 3.5.3 (x86, 64 Bit. This is my example code:
I only get a blank window like this:
I tried several of the examples and get always the same result (only a blank window). And it doesn't matter if I started the sketch fom the terminal, the interpreter or within TextMate. The result was always the same.
The text was updated successfully, but these errors were encountered: