Infinite World

7

moechofe 2026-07-08 07:34

I needed an way to render big background data for the official GFX editor of my lowresnx fork.

I manage to extract it and share it with you.
I didn't take the time to code a demo with a proper crafted world map so I copy/pasta a simplex noise generator instead.

infinite world.nx | Open in app
2026-07-08 07:34

moechofe 2026-07-08 08:20 (Edited)

It also allow to render metatiles

infs=32

'horiz
bg fill (l+x)*4,t*4 to (l+x)*4+3,t*4+3 char 1

'verti
bg fill l*4,(t+y)*4 to l*4+3,(t+y)*4+3 char 1


Log in to reply.