Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
btfranklin committed Dec 24, 2021
1 parent 6345ebe commit f8c2680
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
@@ -1,18 +1,18 @@
Greebler
========

[![Platforms](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdunesailer%2FGreebler%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/dunesailer/Greebler)
[![Swift versions](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdunesailer%2FGreebler%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/dunesailer/Greebler)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/dunesailer/Greebler/blob/master/LICENSE)
[![Platforms](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fbtfranklin%2FGreebler%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/btfranklin/Greebler)
[![Swift versions](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fbtfranklin%2FGreebler%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/btfranklin/Greebler)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/dunesailer/Greebler/blob/main/LICENSE)
[![Swift Package Manager compatible](https://img.shields.io/badge/SPM-compatible-brightgreen.svg?style=flat&colorA=28a745&&colorB=4E4E4E)](https://github.com/apple/swift-package-manager)
[![GitHub tag](https://img.shields.io/github/tag/dunesailer/Greebler.svg)](https://github.com/dunesailer/Greebler)
[![build](https://github.com/dunesailer/Greebler/workflows/build/badge.svg)](https://github.com/dunesailer/Greebler/actions?query=workflow%3Abuild)
[![GitHub tag](https://img.shields.io/github/tag/btfranklin/Greebler.svg)](https://github.com/btfranklin/Greebler)
[![build](https://github.com/btfranklin/Greebler/workflows/build/badge.svg)](https://github.com/btfranklin/Greebler/actions?query=workflow%3Abuild)

The `Greebler` package contains utilities to assist in working with greebles, also called nurnies. One of the primary design goals of the project is to avoid using any pre-generated images, so all the greebles are created procedurally using drawing operations as needed.

## Playgrounds

In the [Playgrounds folder](https://github.com/dunesailer/Greebler/tree/main/Playgrounds), you will find examples of how to use many of the package's greeble generators.
In the [Playgrounds folder](https://github.com/btfranklin/Greebler/tree/main/Playgrounds), you will find examples of how to use many of the package's greeble generators.

## License

Expand Down

0 comments on commit f8c2680

Please sign in to comment.