Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blwatkins committed Sep 27, 2024
1 parent c148229 commit f4e0cf6
Showing 1 changed file with 34 additions and 13 deletions.
47 changes: 34 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,62 @@
# Generative Art Project Template
# 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 also uses the brittni and the polar bear generative art
This template uses the brittni and the polar bear generative art
library: [@batpb/genart](https://www.npmjs.com/package/@batpb/genart).

# Summary and Statistics
----

![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)
## 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)

![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 commits since latest release](https://img.shields.io/github/commits-since/brittni-and-the-polar-bear/generative-art-project-template/latest)
### 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
----

# 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 file of the root directory.
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 file of the root directory.
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.

0 comments on commit f4e0cf6

Please sign in to comment.