Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfadex/tiler
An elm implementation of Wave Function Collapse
https://github.com/wolfadex/tiler
Last synced: about 1 month ago
JSON representation
An elm implementation of Wave Function Collapse
- Host: GitHub
- URL: https://github.com/wolfadex/tiler
- Owner: wolfadex
- License: bsd-3-clause
- Created: 2018-11-30T18:34:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T20:24:11.000Z (about 6 years ago)
- Last Synced: 2024-10-27T12:24:36.526Z (3 months ago)
- Language: HTML
- Homepage: https://wolfadex.github.io/tiler/
- Size: 120 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elm-gamedev - Tiler - A Maze generator (Tools)
README
# Tiler
A simple tiling library loosely based off of https://github.com/mxgmn/WaveFunctionCollapse.
Unlike mxgmn's WaveFunctionCollapse library, this doesn't support images directly just generic "tiles". However there's nothing preventing your tiles from being images.
The below examples were created using the code in the [examples](https://github.com/wolfadex/tiler/tree/master/examples) directory.
A [live version](https://wolfadex.github.io/tiler/)
![Example](https://raw.githubusercontent.com/wolfadex/tiler/master/assets/example.png)
Showing the borders of the tiles
![Example Showing Tile Borders](https://raw.githubusercontent.com/wolfadex/tiler/master/assets/example_showing_borders.png)