This website requires JavaScript.
Explore
Help
Sign in
code
/
franz
Archived
Watch
1
Star
0
Fork
You've already forked franz
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
Client side color swatches.
http://venodesigns.net/franz/
This repository has been archived on
2026-03-31
. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
42
commits
1
branch
0
tags
1.8
MiB
JavaScript
50.3%
CSS
20%
HTML
16%
PHP
8%
Hack
5.7%
30e385c55f
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Veno Server
30e385c55f
Minor sanity check fixes in functions - don't attempt to deep clone an object that might not exist, check for the existance of a native Array.swap before implementing our own, and properly check for jQuery support when displaying changes (ideally this'll be moved out anyway)
2009-10-02 02:16:49 -05:00
awesome
Moving default pictures into the awesome/ directory, just so the main directory is clean. It's been bugging me for a bit of time now...
2009-08-13 22:36:46 -05:00
css
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
img
Initial work on Texture theory. This attempt looks at using source PNG files to overlay over a <canvas> element, since drawing complex shapes could get somewhat complex, and <canvas> is a pure drawing API. Seems to work well enough, disregarding my horrible 3AM example PNG. ;P
2009-08-31 02:24:35 -05:00
js
Minor sanity check fixes in functions - don't attempt to deep clone an object that might not exist, check for the existance of a native Array.swap before implementing our own, and properly check for jQuery support when displaying changes (ideally this'll be moved out anyway)
2009-10-02 02:16:49 -05:00
index.php
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
index2.php
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
texture.php
Initial work on Texture theory. This attempt looks at using source PNG files to overlay over a <canvas> element, since drawing complex shapes could get somewhat complex, and <canvas> is a pure drawing API. Seems to work well enough, disregarding my horrible 3AM example PNG. ;P
2009-08-31 02:24:35 -05:00
upload.php
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