Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
I need help with this project; if you would like to help, feel free to PM me with your skype username (or something else) and then we can collaborate as a group or you could respond to this post with your ideas.
This is a website that Mylo and I made that lets you choose a color and then it finds EE blocks that match that color.
Website: http://ee-colorwheel.herokuapp.com/
Lacking the filter by package option and search; will be added soon.
Original idea: http://www.eeforumify.com/viewtopic.php?pid=266848 (BuzzerBee)
Credits: http://ee-colorwheel.herokuapp.com/credits.html
Add keywords! http://ee-colorwheel.herokuapp.com/block_keywords.html
Pending features:
- Similar blocks (choose a block and find similar ones)
As always, comments and suggestions are always welcome!
Version 0.82 June 23
Last edited by Hexagon (Jun 23 2014 9:18:11 am)
Offline
This is nice!!!
Offline
Very well done. It'd be helpful if you added the actual block colour as the background colour of each block estimation.
*u stinky*
Offline
You should go all out. Just because you didn't find one somewhere else (I don't think there is one like yours) doesn't mean you shouldn't do it all. This will really help a lot of people who need block colors and stuff.
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
You should go all out. Just because you didn't find one somewhere else (I don't think there is one like yours) doesn't mean you shouldn't do it all. This will really help a lot of people who need block colors and stuff.
I could, but I'm not too keen on "reinventing the wheel" so to speak. If there's another one available, it can probably do everything mine can and more!
Offline
Xfrogman43 wrote:You should go all out. Just because you didn't find one somewhere else (I don't think there is one like yours) doesn't mean you shouldn't do it all. This will really help a lot of people who need block colors and stuff.
I could, but I'm not too keen on "reinventing the wheel" so to speak. If there's another one available, it can probably do everything mine can and more!
This is nice. I think a column should be added showing what block it is... I guess we could look it up on DOH's site... but I think it would be easier. Still nice though
Discord: jawp#5123
Offline
Hexagon wrote:Xfrogman43 wrote:You should go all out. Just because you didn't find one somewhere else (I don't think there is one like yours) doesn't mean you shouldn't do it all. This will really help a lot of people who need block colors and stuff.
I could, but I'm not too keen on "reinventing the wheel" so to speak. If there's another one available, it can probably do everything mine can and more!
This is nice. I think a column should be added showing what block it is... I guess we could look it up on DOH's site... but I think it would be easier. Still nice though
If you mean to show what the block looks like (the entire block) then yeah, I could definitely add that.
Last edited by Hexagon (Jun 6 2014 6:40:21 am)
Offline
If you mean to show what the block looks like (the entire block) then yeah, I could definitely add that.
Yeah that's what I meant.
Discord: jawp#5123
Offline
Yeah that's what I meant.
Done.
I just found out that there are many many "colorwheel" EE worlds but because this website serves a different purpose I might as well keep it.
Offline
JaWapa wrote:Yeah that's what I meant.
Done.
I just found out that there are many many "colorwheel" EE worlds but because this website serves a different purpose I might as well keep it.
The color worlds are often confusing... and I can see how this could work with a color picker.
Last edited by JaWapa (Jun 6 2014 10:01:17 am)
Discord: jawp#5123
Offline
I think that colorwheel worlds are good for people who really know the blocks and know which color they are searching for and have most if not all of the EE blocks. I guess this website is more for people who are exploring for different colors and are not super familiar with the game.
Offline
I think the colour algorithm needs to be improved. It seems as though it's comparing colours irregularly.
*u stinky*
Offline
You spelled "sifi" wrong.
In the "Included Packages" section, not the Results section.
Last edited by anch159 (Jun 6 2014 1:58:15 pm)
Offline
I think the colour algorithm needs to be improved. It seems as though it's comparing colours irregularly.
I'm using the CIEDE2000 http://en.wikipedia.org/wiki/Color_difference#CIEDE2000 algorthim but there is a possibility that I misported the C# version to javascript. I'll investigate and see what the problem is.
@Anch Whoops. I'll fix that right now. Thanks for noticing!
EDIT: I have implemented the CIEDE2000 algorithm wrong; I'll try to fix it right now. Thanks again!
Last edited by Hexagon (Jun 6 2014 2:28:19 pm)
Offline
Forgot to convert the rgb colors into lab :rolleyes: so the algorithm was getting completely wrong values.
Works a bit better now . You may have to empty your cache for the changes to take effect though.
Last edited by Hexagon (Jun 6 2014 3:13:29 pm)
Offline
What does the score represent? Like the higher number it is, the closer the color matches?
Offline
Full white never gives any white blocks. :/
I'm quite forgetful today! Just added 140 background blocks. Thanks for noticing that!
EDIT: the addition of background blocks doesn't seem to fix it too much. I'll investigate some more as to what the problem is.
What does the score represent? Like the higher number it is, the closer the color matches?
The lower the score, the better the match and vice versa.
Last edited by Hexagon (Jun 6 2014 3:35:22 pm)
Offline
Sorry for another post but I finally fixed it. It works super well now.
When I originally was experimenting with it I thought a higher score was better, so I *didn't show any value that was below 20* which was effectively only showing the really bad matches.
Offline
Sorry for another post but I finally fixed it. It works super well now.
When I originally was experimenting with it I thought a higher score was better, so I *didn't show any value that was below 20* which was effectively only showing the really bad matches.
It seems to work quite nicely now. I'm sure it'll be most useful to artists.
I think that showing the block ID would be more useful than showing a score, though.
*u stinky*
Offline
Hexagon wrote:Sorry for another post but I finally fixed it. It works a lot better.
When I originally was experimenting with it I thought a higher score was better, so I *didn't show any value that was below 20* which was effectively only showing the really bad matches.
It seems to work quite nicely now. I'm sure it'll be most useful to artists.
I think that showing the block ID would be more useful than showing a score, though.
Totally agree.
Offline
These are obviously not gates...
http://prntscr.com/3qda8b
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
These are obviously not gates...
http://prntscr.com/3qda8b
Hmm that's odd. Thanks for finding that out, I'll fix it right now.
EDIT: just fixed that. Forgot to add the handler for backgrounds when I added the block ids.
Thinking about making a auto-builder optimizer, where you give it a list of blocks you have, it'll show the preview and suggest block packs to get that would optimize the image quality (by adding colors). Can't really judge the usefulness of that though.
Last edited by Hexagon (Jun 6 2014 7:36:37 pm)
Offline
Don't know if it's supposed to be like this, but you can't un-click basic.
Offline
[ Started around 1732400349.3765 - Generated in 0.095 seconds, 10 queries executed - Memory usage: 1.79 MiB (Peak: 2.05 MiB) ]