Git Product home page Git Product logo

Comments (2)

kchapelier avatar kchapelier commented on June 26, 2024 1

Currently there is no way to do this (whether in this port or in the original C# library/algo), and implementing this would not be trivial. The graphics array is only generated when requested, internally the algorithm works by segmenting the example pattern (data) in smaller chunks/patterns and storing the probability for each pixels of those patterns to be a correct choice for each pixels of the result image.

I'm leaving this issue open as it would be an interesting feature to try and implement.

In the mean time you might be interested to check Brian Bucklew's GDC 2019 presentation on how the algorithm is used and controlled in Cave of Qud. The "texture mode" Brian mentions is the overlapping model. Also, if you're still testing the water for your own procedural content generation system, you might want to check the js/webgl port of the ConvChain algorithm it's fast and supports pre-set "immutable cells", but this algorithm only handles 1bit/black and white maps. Hopefully you'll find a suitable solution for your problem at hand.

from wavefunctioncollapse.

Keristero avatar Keristero commented on June 26, 2024

Thanks, I'll certainly watch that talk and check out ConvChain. In the meantime I've hacked together a solution involving combining several of the same output image and cropping to the largest contiguous image. Very slow but it sort of works

from wavefunctioncollapse.

Related Issues (5)

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.