kopia lustrzana https://github.com/villares/sketch-a-day
main
rodzic
662a975da2
commit
da72eb4b98
Plik binarny nie jest wyświetlany.
|
Po Szerokość: | Wysokość: | Rozmiar: 44 KiB |
|
|
@ -0,0 +1,11 @@
|
|||
import py5
|
||||
|
||||
def setup():
|
||||
py5.color_mode(py5.CMAP, py5.mpl_cmaps.VIRIDIS, 100, 100)
|
||||
py5.background('w')
|
||||
for i in range(100):
|
||||
for j in range(100):
|
||||
py5.stroke(i, j)
|
||||
py5.point(i, j)
|
||||
|
||||
py5.run_sketch()
|
||||
|
|
@ -26,6 +26,16 @@ If you appreciate what I have been doing, you may also support my artistic work,
|
|||
<!-- SKETCHES_START -->
|
||||
|
||||
|
||||
---
|
||||
|
||||
### sketch_2025_10_04
|
||||
|
||||

|
||||
|
||||
[sketch_2025_10_04](https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_10_04) [[py5](https://py5coding.org/)]
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
### sketch_2025_10_03
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue