GitXplorerGitXplorer
r

path-art

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
2e9d2690f0d06bba5198d11087d30b74ccabf215

docs: augment README

rrkuester committed 2 years ago
Unverified
0948f1d5c6ec0869a3968f119a27f9b168bf0fab

docs: fix README link

rrkuester committed 2 years ago
Unverified
8b2ab012c90ad8727486b2cf7a1f3a8ff5205467

Add initial files

rrkuester committed 2 years ago

README

The README file for this repository.

This is a demonstration using the p5.js library to draw a curve based on a text string.

View live at https://rkuester.github.io/path-art. Get one unique work of art with every refresh.

For development, view ./index.html in a browser. ./index.html sources the p5.js library and ./script.js, which does the work. Execute ./serve.sh in the working directory to serve it using Python's http.serve module.

See also