Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)