sketch-a-day/README.md

38 wiersze
4.2 KiB
Markdown
Czysty Zwykły widok Historia

2020-09-19 14:28:54 +00:00
# [sketch-a-day](https://abav.lugaralgum.com/sketch-a-day)
2020-06-01 01:41:25 +00:00
2020-10-10 18:05:57 +00:00
#### coding a visual idea a day
2018-12-08 12:55:53 +00:00
2020-10-10 18:05:57 +00:00
Welcome! My name is [Alexandre Villares](https://abav.lugaralgum.com) and since January, 2018 I have been coding *sketches* everyday, publishing the source code in the same repository that stores this page, [github.com/villares/sketch-a-day](https://github.com/villares/sketch-a-day).
2020-05-26 02:16:28 +00:00
2020-10-10 19:06:06 +00:00
The results are mostly tentative, exploratory, and I dont feel like they need to be relevant or meaningful on any particular day. The everyday practice leads to the emergence of ideas that I consider interesting, worthy of further exploration. Some of those have been added to [selected work](https://abav.lugaralgum.com/selected-work/index-EN.html), this collection itself became valuable for me, and it is my pleasure to share it with anyone willing to explore coding as a creative and expressive medium.
2020-05-26 02:16:28 +00:00
2022-06-09 18:36:46 +00:00
Please do not hesitate to [contact me](http://contato.lugaralgum.com) regarding licenses to use my work, teaching opportunities, consulting or other projects. Moreover, I kindly invite you to subscribe to my newsletter, [[sketch-mail](https://abav.lugaralgum.com/sketch-mail)]. If you appreciate what I have been doing, you may support my artistic work, research and open educational resources I publish on-line using [gumroad.com/villares](https://gumroad.com/villares), [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HCGAKACDMVNV2) or PIX at `46c37783-5edb-4f1c-b3a8-1309db11488c`.
2020-05-26 02:16:28 +00:00
2020-10-10 18:05:57 +00:00
Here are listed some of the tools I have been using:
2021-02-24 02:05:51 +00:00
2022-11-01 15:05:03 +00:00
- [[py5](https://py5coding.org/)] A new Processing Java + Python 3 amazing tool
- [[pyp5js](https://berinhard.github.io/pyp5js/)] initially a Python to p5js trancriptor, now a pyodide + p5js tool
2022-11-14 19:48:29 +00:00
- [[pyscript](https://pyscript.net)] A new Python in the browser tool.
2020-09-19 14:28:54 +00:00
- [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)] Processing Python mode
- [[Processing Java](https://processing.org]) Processing Java or "standard" mode
- [[p5.js](https://p5js.org)] JavaScript library from the Processing Foundation
2021-05-30 17:39:24 +00:00
- [[shoebot](https://shoebot.github.io/shoebot/)] Generate 2D vector graphics with Python
2022-11-01 15:05:03 +00:00
- [[FreeCAD](https://freecadweb.org)] A wonderful 3D modeling tool, CAD & more, Python infused.
2022-11-14 19:48:29 +00:00
- [[p5py](https://github.com/p5py/p5)] A Python 3 implementation of Processing ideas (no Java needed)
2021-07-24 00:46:17 +00:00
- [[flat](https://xxyxyz.org/flat)] A generative infrastructure library for Python (via Allison Parrish's [Bezmerizing](https://github.com/aparrish/bezmerizing))
2020-09-19 14:28:54 +00:00
- [[VPython](https://vpython.org/)] Python + glowscript gives you 3D on the browser
2022-11-11 14:19:28 +00:00
- [[PySimpleGUI](https://PySimpleGUI.org)] Python GUIs for Humans
2022-11-01 20:11:01 +00:00
2023-01-03 00:52:37 +00:00
---
2023-01-03 02:13:47 +00:00
## Full site: [abav.lugaralgum.com/sketch-a-day](https://abav.lugaralgum.com/sketch-a-day)
2023-01-03 00:52:37 +00:00
2022-02-01 15:29:30 +00:00
---
2023-01-03 01:39:30 +00:00
## [2023](docs/README.md) | [2022](docs/2022.md) | [2021](docs/2021.md) | [2020](docs/2020.md) | [2019](docs/2019.md) | [2018](docs/2018.md)
2022-01-05 14:59:33 +00:00
---
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">The <a property="dct:title" rel="cc:attributionURL" href="https://abav.lugaralgum.com/sketch-a-day">sketch-a-day</a> project, images and code repository, by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://abav.lugaralgum.com">Alexandre B A VIllares</a> are licensed under <a href="http://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">Attribution-NonCommercial-NoDerivatives 4.0 International <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nd.svg?ref=chooser-v1"></a>, except if marked/attributed otherwise in a file or code section. Please contact for licensing questions.</p>
2022-01-01 23:51:28 +00:00