# Zig Zag or Wavy or Spiral or Dotted lines 👀

**URL:** https://discourse.processing.org/t/zig-zag-or-wavy-or-spiral-or-dotted-lines/31547
**Category:** Beginners
**Created:** [August 2, 2021, 11:21am UTC](https://discourse.processing.org/t/zig-zag-or-wavy-or-spiral-or-dotted-lines/31547 "2021-08-02T11:21:01Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![glv](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/glv/32/18785_2.png) [@glv](https://discourse.processing.org/u/glv)
#### Post date: [August 2, 2021, 11:51am UTC](https://discourse.processing.org/t/zig-zag-or-wavy-or-spiral-or-dotted-lines/31547/2 "2021-08-02T11:51:55Z")

</div>

Hello,

I encourage you to look at the resources available here:

**Beginner**

- The Processing website has _references_, _examples_, _tutorials_, etc.  
[https://processing.org/](https://processing.org/)

- The Processing PDE (IDE) has lots to offer!  
An exploration of the menu items will reveal what is available!  
You will find _libraries_, _tools_, _examples_ and more!  
For example:  
 ![image](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/2X/d/d1f59b878cb30a4047dbfd8407702c77bc49bca6.png)

- The Coding Train  
[https://www.youtube.com/channel/UCvjgXvBlbQiydffZU7m1\_aw](https://www.youtube.com/channel/UCvjgXvBlbQiydffZU7m1_aw)  
[https://thecodingtrain.com/](https://thecodingtrain.com/)

- Happy Coding  
[https://happycoding.io/tutorials/processing/](https://happycoding.io/tutorials/processing/)

**Advanced**

- The source code can give insight if you are adventurous:  
[https://github.com/processing/processing](https://github.com/processing/processing)  
Many of the Processing functions are here:  
[https://github.com/processing/processing/blob/master/core/src/processing/core/PApplet.java](https://github.com/processing/processing/blob/master/core/src/processing/core/PApplet.java)

- And the Internet.

When you are ready explore _for()_ loops :  
[https://processing.org/reference/for.html](https://processing.org/reference/for.html)

`:)`

---

_[View the full topic](https://discourse.processing.org/t/zig-zag-or-wavy-or-spiral-or-dotted-lines/31547)._
