Domon
Domon
Sorry, I didn't notice this issue😂 Here is the codes ``` void drawField(float x, float y, PVector v) { int column = int(constrain(x/resolution, 0, cols-1)); int row = int(constrain(y/resolution, 0,...
I know what you mean, but actually I just want to toggle the modal when clicking on the preview panel. I think it's reasonable. Anyway, thanks a lot for your...
Maybe I could make this behavior configurable. 😃
That's strange. I remember I built this live demo with master branch. However, I'll test it and find out what is going wrong. It would be very nice if you...