https://github.com/radinyn/wfc_map_generator
Map generator written in Julia using the Wave Function Collapse algorithm
https://github.com/radinyn/wfc_map_generator
procedural-generation wave-function-collapse
Last synced: 11 days ago
JSON representation
Map generator written in Julia using the Wave Function Collapse algorithm
- Host: GitHub
- URL: https://github.com/radinyn/wfc_map_generator
- Owner: Radinyn
- Created: 2022-05-03T12:31:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T20:51:48.000Z (almost 4 years ago)
- Last Synced: 2025-06-14T05:05:45.580Z (8 months ago)
- Topics: procedural-generation, wave-function-collapse
- Language: Julia
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wave Function Collapse Map Generator
## Procedural generation of islands using my probability-weighted variation of the Wave Function Collapse Algorithm
#### Dependencies:
⛬ [Images.jl](https://github.com/JuliaImages/Images.jl)
⛬ [DataStructures.jl](https://github.com/JuliaCollections/DataStructures.jl)
