fixing readme 177 178 180

main
Alexandre B A Villares 2018-07-03 22:32:59 -03:00
rodzic 32907b8257
commit 69b188bce0
6 zmienionych plików z 50 dodań i 9 usunięć

Wyświetl plik

@ -6,33 +6,76 @@ Hi! I'm [Alexandre Villares](https://abav.lugaralgum.com), let's see if I can ma
If you enjoy this, make a small donation [here](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HCGAKACDMVNV2) or with [Patreon](https://patreon.com/arteprog)
---
![s185](s185/s185.png)
185: [code](https://github.com/villares/sketch-a-day/tree/master/s185) [[Processing Java](https://www.processing.org)]
---
![s184](s184/s184.png)
184: [code](https://github.com/villares/sketch-a-day/tree/master/s184) [[Processing Java](https://www.processing.org)]
---
![s183](s183/s183.png)
183: [code](https://github.com/villares/sketch-a-day/tree/master/s183)
183: [code](https://github.com/villares/sketch-a-day/tree/master/s183) [[Processing Java](https://www.processing.org)]
---
![s182](s182/s182.png)
182: [code](https://github.com/villares/sketch-a-day/tree/master/s182)
182: [code](https://github.com/villares/sketch-a-day/tree/master/s182) [[Processing Java](https://www.processing.org)]
---
![s181](s181/s181.png)
183: [code](https://github.com/villares/sketch-a-day/tree/master/s181)
181: [code](https://github.com/villares/sketch-a-day/tree/master/s181) [[Processing Java](https://www.processing.org)]
---
178, 179, 180
![s180](s180/s180.gif)
```
def set_nbs(self):
self.nbs, self.unvisited_nbs = [], []
for node in Node.nodes:
if node != self and dist(node.x, node.y, node.z,
self.x, self.y, self.z) <= Node.spacing * 1.1:
self.nbs.append(node)
self.unvisited_nbs.append(node)
```
![s180b](s180/s180b.gif)
I have to add images here... the code is there, look at the repositóry...
```
if node != self and dist(node.x, node.y, node.z,
self.x, self.y, self.z) <= Node.spacing * 1.5:
```
180: [code](https://github.com/villares/sketch-a-day/tree/master/s180) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
---
![s179COLOR](s179/COR_s179.png)
![s179PB](s179/PB_s179.png)
179: [code](https://github.com/villares/sketch-a-day/tree/master/s179) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
----
![s178](s178/s178.jpg)
178: [code](https://github.com/villares/sketch-a-day/tree/master/s178) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
---
![s177](s177/s177.png)
177: [code](https://github.com/villares/sketch-a-day/tree/master/s177) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
---
@ -463,7 +506,7 @@ To be brutally honest, I had no idea that reversing the second random grid would
Hexagons!
```python
```python
def hexagon(x, y, r):
with pushMatrix():
translate(x, y)
@ -483,7 +526,7 @@ def hexagon(x, y, r):
Now I 'fixed' the rotation with propper pushMatrix() and translate()
```python
```python
with pushMatrix():
translate(x0,y0)
rotate(fs0)

BIN
s177/s177.png 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 79 KiB

Wyświetl plik

@ -2,8 +2,6 @@
# s177 180624
from random import choice
from gif_export_wrapper import *
add_library('gifAnimation')
GRID_SIZE = 40
SKETCH_NAME = "s177"

BIN
s178/s178.jpg 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 165 KiB

BIN
s180/s180.gif 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 186 KiB

BIN
s180/s180b.gif 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 202 KiB