lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I thought some people on the list might be interested in this: I wrote a random heightmap generator in Lua. Here's the code:

https://gist.github.com/973517

And here's a blog post about it, with examples:

http://rbandrews.dreamwidth.org/270508.html

--Ross Andrews