Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brittni-and-the-polar-bear/spatter
the spatter algorithmic art project.
https://github.com/brittni-and-the-polar-bear/spatter
algorithmic-art code-art generative-art p5 p5-js p5js typescript
Last synced: about 2 months ago
JSON representation
the spatter algorithmic art project.
- Host: GitHub
- URL: https://github.com/brittni-and-the-polar-bear/spatter
- Owner: brittni-and-the-polar-bear
- License: agpl-3.0
- Created: 2024-10-20T17:11:04.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T16:42:08.000Z (about 2 months ago)
- Last Synced: 2024-11-10T17:34:33.029Z (about 2 months ago)
- Topics: algorithmic-art, code-art, generative-art, p5, p5-js, p5js, typescript
- Language: JavaScript
- Homepage:
- Size: 132 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generative art project template
Copyright (C) 2023-2024 brittni and the polar bear LLC.
A template for new brittni and the polar bear generative art projects using [TypeScript](https://www.typescriptlang.org/) with [p5.js](https://p5js.org/).
This template uses the brittni and the polar bear generative art
library: [@batpb/genart](https://www.npmjs.com/package/@batpb/genart).----
## project stats
----
### actions
[![CodeQL](https://github.com/brittni-and-the-polar-bear/generative-art-project-template/actions/workflows/codeql.yml/badge.svg)](https://github.com/brittni-and-the-polar-bear/generative-art-project-template/actions/workflows/codeql.yml)
[![Node.js Build](https://github.com/brittni-and-the-polar-bear/generative-art-project-template/actions/workflows/node-build.yml/badge.svg)](https://github.com/brittni-and-the-polar-bear/generative-art-project-template/actions/workflows/node-build.yml)----
### project releases
![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/brittni-and-the-polar-bear/generative-art-project-template)
![GitHub License](https://img.shields.io/github/license/brittni-and-the-polar-bear/generative-art-project-template)----
### github
![GitHub followers](https://img.shields.io/github/followers/brittni-and-the-polar-bear)
![GitHub Repo stars](https://img.shields.io/github/stars/brittni-and-the-polar-bear/generative-art-project-template)
![GitHub watchers](https://img.shields.io/github/watchers/brittni-and-the-polar-bear/generative-art-project-template)![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/brittni-and-the-polar-bear/generative-art-project-template)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-pr/brittni-and-the-polar-bear/generative-art-project-template)![GitHub issues by-label (bug)](https://img.shields.io/github/issues/brittni-and-the-polar-bear/generative-art-project-template/bug?color=red)
![GitHub issues by-label (security)](https://img.shields.io/github/issues/brittni-and-the-polar-bear/generative-art-project-template/security?color=red)![GitHub commits since latest release](https://img.shields.io/github/commits-since/brittni-and-the-polar-bear/generative-art-project-template/latest)
![GitHub contributors](https://img.shields.io/github/contributors-anon/brittni-and-the-polar-bear/generative-art-project-template)
![GitHub repo size](https://img.shields.io/github/repo-size/brittni-and-the-polar-bear/generative-art-project-template)
----
# LICENSE information
The source code of this project is licensed under the
[GNU Affero General Public Version 3.0 License](https://www.gnu.org/licenses/agpl-3.0.en.html).
The full text of the license can be found in the
[LICENSE](https://github.com/brittni-and-the-polar-bear/generative-art-project-template/blob/main/LICENSE)
file in the root directory.The visual outputs of this distribution of the source code are licensed under the
[Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) License](https://creativecommons.org/licenses/by-nc-nd/4.0/).
The full text of the license can be found in the
[OUTPUT-LICENSE](https://github.com/brittni-and-the-polar-bear/generative-art-project-template/blob/main/OUTPUT-LICENSE)
file in the root directory.