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

https://github.com/btfranklin/greebler

A Swift package for generating 2D greebles
https://github.com/btfranklin/greebler

2d computational-creativity greebles nurnies swift

Last synced: 8 months ago
JSON representation

A Swift package for generating 2D greebles

Awesome Lists containing this project

README

          

Greebler
========

[![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/btfranklin/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/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/btfranklin/Greebler/tree/main/Playgrounds), you will find examples of how to use many of the package's greeble generators.

## License

`Greebler` was written by B.T. Franklin ([@btfranklin](https://github.com/btfranklin)) from 2019 onward and is licensed under the [MIT](https://opensource.org/licenses/MIT) license. See [LICENSE.md](LICENSE.md).