Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.