Code Monkey home page Code Monkey logo

wave-function-collapse's Introduction

intro

Wave function collapse in JS

Kudos to CodingQuest and his The Wave Function Collapse algorithm and accompanying repo implementation in Python which I ported to Javascript and slightly restructured.

changelog

2023/10/23

  • wfc.mjs no longer imports config.mjs (configuration is now received via DrawWorld.ctor args and Tile's static property setting)
  • minor UI improvements (font scales with sprite scale, github link)
  • early experiments with manipulating initial state

potential todo list

  • manipulate initial state:
    • by drawing solid forms (circle, bresenham line, rect)
    • by using simplex noise to drive different zones with different weights?
  • create a WFC editor that reads/writes JSON, similar to this idea here

structure

The abstract algorithm code sits under wfc.mjs. canvas.mjs has the simplest canvas abstraction I could come up for these purposes. In main.mjs you can have the code display the spritesheet, the configured sprites and also run the algorithm (the function activate ATM). config.mjs drives this WFC setup. The only non-generic code has to do with a fix which superimposes forest over grass so that WFC doesn't have to handle special use cases. Created a simple UI overlay which reads and overrides the URL search parameters for demo purposes, it sits on ui.mjs.

resources

canvas cheat sheet

code

artwork

fonts

inspiration

wave-function-collapse's People

Contributors

josepedrodias avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.