Weaver icon indicating copy to clipboard operation
Weaver copied to clipboard

can't run when export application

Open arashsoftco opened this issue 5 years ago • 5 comments

i tried to export the application of this project by processing but it stopped working when i ran it

arashsoftco avatar Oct 20 '19 04:10 arashsoftco

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?

alyyousuf7 avatar Oct 20 '19 20:10 alyyousuf7

Hi How to choose a square or rectangle instead of a circle

amirahar avatar Feb 13 '20 22:02 amirahar

In the source code, there are two important files to choose which sample to run and modify the configuration.

  1. Weaver.pde -- You can set which example to run
  2. 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.

alyyousuf7 avatar Feb 14 '20 07:02 alyyousuf7

Hi Thank you very much You helped me a lot Excuse me I have a question for you Can I draw a rectangle?

amirahar avatar Feb 17 '20 11:02 amirahar

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 :)

alyyousuf7 avatar Feb 17 '20 11:02 alyyousuf7