Commit graph

13 commits

Author SHA1 Message Date
Veno Server
f865073ea8 Merged Texture work over to the main index. Using a hidden <canvas>, we can now draw their selected color in with a transparent texture PNG, get the base64 encoded string, and apply it to the mini layout - total ownage. :D 2009-09-04 02:24:03 -05:00
Veno Server
18c87c2c16 Finalized the layout color applying part, at least in terms of a POC. Now we have a solid base to work on auto-applying kickass color schemes that we build from the picture. 2009-08-26 03:12:25 -05:00
Veno Server
eebe7d1681 Started building a mini layout-color-switcher to test applying color formulas to a layout scheme. Ended up getting drawn away for an hour tracking down a bug for work, but I wanted to make sure this stuff was committed - I'll probably pick this up later tonight, provided I don't pass out or something. 2009-08-25 03:53:19 -05:00
Veno Server
e19f1c475c Added in methods to generate the hex code when a user clicks on one of the outputted boxes 2009-08-18 02:16:14 -05:00
Veno Server
cdc4218e3a Now that we've finished profiling the dev thread, we can safely make it the default view. Huzzah for more color data? 2009-08-18 01:38:25 -05:00
Veno Server
de6dca8afc Merge branch 'master' of git@github.com:ryanmcgrath/franz
Conflicts:
	js/franz.js
2009-08-13 23:54:40 -05:00
Veno Server
4fe6ed90ca Efforts to speed up application; initially ran around ~50ms on initial data loops, now runs in the ~30ms range. Doing division in JS over large loops == insane, I'm guessing because everything is floating point. Multiply by 0.5 instead and we get some nice speedups (odd, I know; best answer I can muster...). 2009-08-13 23:53:57 -05:00
Dominick Pham
c26fdfb105 different (hopefully better) sort function, cleaned up some stuff in the js 2009-08-14 00:39:35 -04:00
Veno Server
1c8124296f Merge branch 'master' of git@github.com:ryanmcgrath/franz 2009-08-12 12:16:24 -05:00
Veno Server
a467bca5e3 Incremental 2009-08-12 12:16:14 -05:00
Dominick Pham
1656021a94 just putting back the Value option for the Hue-Sat-Val transformation 2009-08-12 00:49:13 -04:00
Veno Server
6dd80339fb Merging with Dominicks most recent work... 2009-08-11 21:46:36 -05:00
Veno Server
124af1d05c Massive amount of changes. Now requires PHP for image uploading; front-end changes bring in uploader and some other fixes. 2009-08-11 21:34:57 -05:00