Weaver
Weaver copied to clipboard
can't run when export application
i tried to export the application of this project by processing but it stopped working when i ran it
I have never tried exporting application before on Processing. It is immediately closing the app for me on macOS Catalina as well.
What operating system and Processing version are you trying?
Hi How to choose a square or rectangle instead of a circle
In the source code, there are two important files to choose which sample to run and modify the configuration.
-
Weaver.pde
-- You can set which example to run -
example.pde
-- It carries different example in it which configurations
To choose a square frame, you can modify the example being used in example.pde
and replace CircleFrame
with SquareFrame
. The sample usage for SquareFrame
is mentioned in comment right next to the CircleFrame
line (hint: right below // setup frame
line in every example function.
Hi Thank you very much You helped me a lot Excuse me I have a question for you Can I draw a rectangle?
You can very easily modify the code for SquareFrame to make a rectangle.
Can you please open up another issue for more questions, and keep this issue for the topic it's opened for? Thank you :)