Brian Grinstead

Results 91 comments of Brian Grinstead

Can you create a gh-pages branch and merge your changes into it so you can share the URL? Then your changes will be visible at http://flyingdeath.github.com/colorwheel-1k and we can share...

Actually, there is already a gh-pages branch, so you should be able to skip the first step and run just these: `git checkout gh-pages` `git merge colorschematool` `git push origin...

RE: "If we work on 'gh-pages'. Why checkout colorschematool?". gh-pages is a special branch that the GitHub site processes when you push to it. It makes sense to be able...

I'm looking at the project, but having trouble pulling down this URL: http://flyingdeath.github.com/colorwheel-1k/3d_ui_colorProject/doc_test_01.html. Is that the page you are talking about?

I'm seeing the 3D model now, but still don't have a good idea of what direction you want to go with the color wheel. Do you want to texture part...

Can you push everything out to your gh-pages branch and maybe send some links over so I can see the current status?

No worries :). Yeah, until you push to your gh-pages, I can't see the changes in my browser. That looks really cool - it took me a while to figure...

> I wonder if converting Firefox UI code from XBL to more web component-y has brought up any ideas related to this issue. I don't think this would make sense...

Any thoughts about using a colorpicker? I made the colorpicker in use in devtools, and also have it released as a jQuery plugin: http://bgrins.github.io/spectrum/. Should be easy to integrate with...

I could see adding an `input[type=file]` (maybe below the 'Drag and Drop images here' box). I don't like auto opening a file picker on any click that isn't obviously a...