Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
MarkovJunior Alternatives
Similar projects and alternatives to MarkovJunior
-
WaveFunctionCollapse
Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
litematica-printer
An extension for Litematica that adds the missing printer functionality for 1.19, 1.18 and 1.17
-
-
-
-
-
jetscii
A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.
-
FallingSandJava
Falling Sand Simulation implemented in Java. Every pixel is simulated every frame and has its own state and intrinsic motivations.
-
turnstyle
Turnstyle is a graphical esoteric programming language based on lambda calculus (by jaspervdj)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
MarkovJunior discussion
MarkovJunior reviews and mentions
- Λ-2D: An Exploration of Drawing as Programming Language
- Turnstyle – An esoteric, graphical functional language
- MarkovJunior - Probabilistic lang with pattern matching + constraint propagation
-
Making some Wave Function Collapse for Grasshopper, WIP. 3d overlapping model. Need a way to work out conflicts better.
Our of curiosity, have you seen MarkovJunior, from the same developer? It's a generalization of WFC into a far more powerful probabilistic programming language capable of not only assembling random maps, but even generating solveable Sokoban levels?
-
First few things I generated with my Markov algorithm procedural generation framework
It's not WFC but I'll be working on this soon too. For now I rewrote MarkovJunior in Rust, and made it into a library that is both faster and easly extensible.
-
Probabilistic language based on pattern matching and constraint propagation
Github source by the mxgmn
- MarkovJunior, a probabilistic programming language based on pattern matching and constraint propagation
-
Wave function collapse with user input?
Have https://cragl.cs.gmu.edu/pixelate/ be used to preserve features of your input image and keep the resolution input low for WFC, then randomly select features (shapes) from the input image to be used for procedural creation, like in the Dungeon Growth example from: https://github.com/mxgmn/MarkovJunior
-
Property-Based Testing in Rust with Arbitrary
I've done a similar thing myself when trying to test operations on a hierarchical database for my internal product.
Biggest difficulty for me was that some combinations of operations were illegal and I had to think about all the edge cases and filter them out, and this took a long time.
My SO works in hardware, and she says they always use a constraint solver to generate test cases / test vectors, and she never understood why this wasn't popular in software. I googled it a bit and found lots of academic papers but no concrete implementation.
I've also thought about generating test vectors using a generator based on Markov chains, I wrote about that here [0], based on this [1] submission.
I'm not familiar enough with either using constraint solvers to generate test cases, or Markov chains, to know if I'm talking nonsense here or is it just something that nobody thought to develop properly.
[0] https://news.ycombinator.com/item?id=31704791
[1] https://github.com/mxgmn/MarkovJunior
- ggez Falling Sand Simulation: Best way to draw massive amount of individual pixels every frame
-
A note from our sponsor - InfluxDB
influxdata.com | 27 Apr 2025
Stats
mxgmn/MarkovJunior is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of MarkovJunior is C#.