Conversation
The automatic now supports three shapes. In addition we created the nslider.js. This is a hack of doubleslider to allow for n sliders. The number of pieces is determined by the number of area's given in the config. The average bored(meh) ratio and average shaking(sad) ratio are now also graphed. (In yellow and blue respectively.) We broke the segregation measure. Insteasd of s = (avg-0.5)*2. It is now s = avg. We did not understand how the computation would change with three shapes, so we used the raw average. As a random side note: the code is beautiful. Easy to read, easy to hack., simple, logical. Thank you.
|
Is your branch live anywhere? I'd be curious to play with it. |
Author
|
Yes, it is available as a github page here. |
|
Thanks! Cool idea. |
|
Cool, thanks for doing this! We'll definitely link it from the main page Vi On Tue, Dec 9, 2014 at 11:17 AM, Jordan Eldredge notifications@github.com
|
Owner
|
The main page now links to the Pentagon sandbox! Thank you again so much, @dncnmcdougall! :)
ahahahahahahahahaha good one |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We added pentagons, and displayed more statistics.
We also made the graphs show the average meh'ness of the shapes, and the average sadness.
Part of what was needed to make this work was a trippleslider. We created an nslider, which will automatically transform itself from double- to triple- to four... n- slider depending on the number of inputs. It is probably slightly broken in places.
We did this primarily as a fun exercise.
I am proposing a pull request because Twitter is difficult. Don't pull this. Your code is great as it.
So here is what I wanted to say:
Your code is beautiful.
It is simple to understand and well commented!
We managed to make these hacks in 2 hours because
of the elegant and easy way in which the code is written.
Thank you.