- This topic is empty.
-
AuthorPosts
-
May 12, 2014 at 8:16 pm #169959
nixnerd
ParticipantHey boys and girls,
Here’s a little piece of code I found on Hacker News today. Well, it was a link to a tutorial on how to create this:May 12, 2014 at 11:40 pm #169976__
ParticipantOh, wow. That’s awesome.
May 13, 2014 at 1:27 am #169981nixnerd
ParticipantRight? Now what would be really cool is if you could prevent it from being random to create ACTUAL models. Perhaps you could put some sort of ceiling on how high the fractals go, in order to create a topographic map with nothing but JS. That would be sick.
May 13, 2014 at 11:19 am #170041__
ParticipantLooks like you could log the
random
values (maybe indexed byx
value?), and then pass them into thedivide
method.That could let you recreate specific maps. As for creating something specific to start with, that’d be way harder.
May 13, 2014 at 1:20 pm #170061Rohithzr
Participantit can be done, if you can show it randomly then you can mouth feed the values but that’s the thing. every fractal will have to have a specific value (until there is a pattern)
EDIT: Pattern can be something like
fractal x[20000] is highest point and fractal x[200] is lowest and it is a steep from the former to later with a exception of x[250]tox[255] an x [750] to x[900] which is flat ….and so we can do something like a –x loop with a few ifs and buts :P
May 13, 2014 at 1:27 pm #170062nixnerd
ParticipantYou guys are badasses. True logistics men… assuming you’re both dudes. How sexist of me.
May 13, 2014 at 3:19 pm #170089__
Participantit can be done, …
Oh, for sure. I was just imaging how tedious/frustrating it might be, especially if you were trying to produce a specific topology. Finding a way to replicate an existing pattern seemed the easier course, to me. : )
… assuming you’re both dudes. How sexist of me.
I think you already knew I was a guy, so you’re halfway in the clear.
May 13, 2014 at 4:15 pm #170103nixnerd
ParticipantI think you already knew I was a guy, so you’re halfway in the clear.
This IS the Internet. Anyone can be anybody. You never know and I’m bad about assuming things.
May 13, 2014 at 5:18 pm #170106__
Participanttrue.
May 13, 2014 at 6:42 pm #170109nixnerd
ParticipantJust kidding. I’m 99.9% sure you’re male. Pretty sure female Raptors don’t do that thing with their claw when they’re thinking.
I was more talking about @Rohithzr. The name isn’t telling me much.
May 13, 2014 at 8:05 pm #170116 -
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.