项目作者: Coac

项目描述 :
Wave function collapse python implementation
高级语言: Python
项目地址: git://github.com/Coac/wave-function-collapse.git
创建时间: 2018-11-10T10:53:28Z
项目社区:https://github.com/Coac/wave-function-collapse

开源协议:

下载


wave-function-collapse

Wave function collapse python implementation.
It supports 1D, 2D, 3D samples.

wfc_example

Installation

  1. pip install -r requirements.txt

py-vox-io is used to load magica voxel file to numpy array.

Usage

See main.py for usage example.

Examples

Midi file

See examples/midi.py

Voxel

See examples/voxel.py

wfc_example