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
- Host: GitHub
- URL: https://github.com/btfranklin/greebler
- Owner: btfranklin
- License: mit
- Archived: true
- Created: 2020-11-29T05:40:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T18:22:49.000Z (over 2 years ago)
- Last Synced: 2025-10-09T13:04:43.827Z (8 months ago)
- Topics: 2d, computational-creativity, greebles, nurnies, swift
- Language: Swift
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Greebler
========
[](https://swiftpackageindex.com/btfranklin/Greebler)
[](https://swiftpackageindex.com/btfranklin/Greebler)
[](https://github.com/btfranklin/Greebler/blob/main/LICENSE)
[](https://github.com/apple/swift-package-manager)
[](https://github.com/btfranklin/Greebler)
[](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).