Hi geeks,
can you guys help to draw a fibonacci spiral ?
dan850
August 6, 2018, 7:07am
4
AbuYazid:
Hi geeks
Go easy on that type of greeting, it could be offensive to some.
hope your project is going well
oh I’m very sorry I never thought it as an offensive word,I’m not a native English speaker.
Thank you for correcting me .
dan850
August 6, 2018, 7:32am
6
oh ok, i completely understand
Kevin
August 6, 2018, 7:26pm
7
It’s very hard to answer general “how do I do this” type questions. You’ll have better luck if you ask a specific “I tried X, expected Y, but got Z instead” type question.
Please read this guide:
Summary (TL;DR)
Ask complete questions to get better answers!
Be specific. For example: I want to load an image. I tried using createImg() , and I expected the image to be on canvas, but what happened instead was the image showing up below the canvas.
Isolate your problem and work in small steps. Share only the code directly related to your problem if it is part of a bigger project, and if something isn’t working, try the smallest code that could do the thing you want.
Can we run your code to …