Starbeamrainbowlabs
Starbeamrainbowlabs
We now have an initial erosion implementation, based on [this blog post](https://jobtalle.com/simulating_hydraulic_erosion.html)! I'm still on the fence about the result, so please let me know what you think of its...
That's a really neat idea, @LoneWolfHT! Currently the algorithm uses simple recursion. I'll have a think about how to implement this - it sounds a bit tricky. Certainly not impossible...
Ah, I see @LoneWolfHT. Does the code you've linked to scan of all the nodes in a cube around the desired area? It's not commented, so I'm a little unsure...
Ah, I see. That's a pretty nice implementation there then. A volume-limited search is really nice. I think it might be possible to refactor our current implementation to support these...
@jessebot given the length of time, it may be worth taking over this PR and merging anyway :-)
@jessebot that's a shame :-/ Fork time? Seems like there are a number of other PRs that haven't been merged for a while too.
Ah, I see @hatzopoulos! Yeah, including a screenshot like that in the README would be helpful too - as would including a "getting started" section with the instructions there to...
Ah, I suspected as much. Something like that, yeah. I'm actually writing an Atom feed generator ([PolyFeed](https://github.com/sbrl/PolyFeed/)!), and in the configuration file I have an option to select the HTML...
Ah, I see. Looks like it doesn't work in the way I thought it would. I didn't realise that `:root` is relative to the top-level document node and not the...
I get the following error: ``` E:\path>npm install https://github.com/lloyd/node-memwatch.git npm WARN package.json [email protected] No repository field. - > [email protected] install E:\path\node_modules\memwatch > node-gyp rebuild E:\path\memwatch>if not defined npm_config_node_gyp (node "C:\Program...