NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Bitmap and tilemap generation from a single example (github.com)
tyleo 1 days ago [-]
This was originally posted here a decade ago. I’m happy to see it’s still alive.

I’ve been using some generated assets for a game with voxelized art. I intend to take a deeper look at this and see if it can simplify parts of my workflow.

https://news.ycombinator.com/item?id=12612246

nnevatie 1 days ago [-]
"Wave function collapse" - such a fancy name for a relatively simple algorithm without any connection to actual wave functions.
on_the_train 21 hours ago [-]
And one of my favorite examples how fancy names impact popularity. Also see Mersenne Twister.
codeulike 1 days ago [-]
This is fascinating. I see its powered by weights and probabilities - would this be a very simple ancestor of things like Stable Diffusion that we have now, or would this be on a completely different branch (different approach)
Sharlin 1 days ago [-]
It’s procedural generation but that’s pretty much where the similarities end. People today might use a big generative NN model to do this, using maybe a thousand times as much energy to get essentially the same result. Gen AI is definitely a big step forward in our relentless drive to make software more inefficient in order to compensate for any efficiency gains that the hardware guys come up with.
benchloftbrunch 22 hours ago [-]
It's like simple n-gram Markov chain algorithms vs modern LLMs for text
ripe 22 hours ago [-]
> WFC is a console application that depends only on the standard library. Get .NET Core for Windows, Linux or macOS...

Not very familiar with dotnet: does the above sentence mean it's an SDK that can produce svelte binaries that depend only on the C standard library? I thought the final executable required a whole runtime?

benchloftbrunch 22 hours ago [-]
Read that as "only depends on the base dotnet runtime." I think the C# compiler at least can emit native code these days, but I'm not primarily a dotnet dev either so not too familiar with that.
1 days ago [-]
fhchl 18 hours ago [-]
Cool! Anyone knows if there are generalizations to video? Let's say the input is not a Bitmap but a sequence of bitmaps?
uncircle 1 days ago [-]
tyleo 1 days ago [-]
It’s interesting this article uses the phrase, “you feed it the vibe your going for,” about 5 years before “vibe coding” became a common term.
gjm11 24 hours ago [-]
The idea of a "vibe" was around long before the term "vibe coding". It's not that much more surprising to see "vibe" used before "vibe coding" than it would be to see "coding" used before "vibe coding".
24 hours ago [-]
interpol_p 1 days ago [-]
I always wondered how this compares to the 1999 algorithm Texture Synthesis by Non-parametric Sampling [1]. The results look very similar to my eyes. Implementation here [2] — has anyone tried both?

[1] https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/p...

[2] https://github.com/goldbema/TextureSynthesis

firebot 20 hours ago [-]
That's pretty satisfying to watch.
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 12:32:54 GMT+0000 (Coordinated Universal Time) with Vercel.