Graphics challenge

Discussion in 'Graphics Resources and Discussion' started by Sythe, Oct 25, 2013.

Graphics challenge
  1. Unread #1 - Oct 25, 2013 at 9:55 AM
  2. Sythe
    Joined:
    Apr 21, 2005
    Posts:
    8,071
    Referrals:
    465
    Sythe Gold:
    5,271
    Discord Unique ID:
    742989175824842802
    Discord Username:
    Sythe
    Dolan Duck Dolan Trump Supporting Business ???
    Poképedia
    Clefairy Jigglypuff
    Who did this to my freakin' car!
    Hell yeah boooi
    Tier 3 Prizebox Toast Wallet User
    I'm LAAAAAAAME Rust Player Mewtwo Mew Live Free or Die Poké Prizebox (42) Dat Boi

    Sythe Join our discord

    test

    Administrator Village Drunk

    Graphics challenge

    In old adventure games (the type I like) frequent use was made of a technique called colour cycling.

    Some examples of this technique are here:
    http://www.effectgames.com/demos/canvascycle/

    Sythe.org has a very monochromic colour-scheme, and could therefore probably be colour cycled according to time of day or some other slow moving seed.

    The trick would to first come up with a set of palettes for the site (i.e. variations on the colour scheme which are effectively only hue shifts) and then figure out how to cycle the site slowly through them using javascript.

    There's a particular game: dune 1 by cryo interactive where day becomes night in the desert which looks just awesome. You can find a play through of that game on youtube if you're interested.

    I expect to give out a prize (or prizes) if anyone pulls this off effectively. Post your code here and I'll have a look.
     
  3. Unread #2 - Oct 25, 2013 at 12:34 PM
  4. Superfluous
    Joined:
    Jul 5, 2012
    Posts:
    18,939
    Referrals:
    5
    Sythe Gold:
    9,135
    Vouch Thread:
    Click Here
    Discord Unique ID:
    247909953925414913
    Discord Username:
    .superfluous.
    Two Factor Authentication User Pool Shark Air Fryer DIAF m`lady Le Kingdoms Player STEVE Creamy

    Superfluous Rainbet.com Casino & Sportsbook
    Crabby Retired Global Moderator

    Graphics challenge

    I'm not trained in java, but this link might be helpful for someone who is:
    http://www.katgal.com/2007/03/time-sensitive-css-switcher/
    Code:
    <SCRIPT LANGUAGE="JavaScript"><!-- Beginfunction getCSS(){datetoday = new Date();timenow=datetoday.getTime();datetoday.setTime(timenow);thehour = datetoday.getHours();
    
    if (thehour > 20)display = "tree_twilight.css";
    else if (thehour > 17)display = "tree_sunset.css";
    else if (thehour > 14)display = "tree_afternoon.css";
    else if (thehour > 11)display = "tree_noon.css";
    else if (thehour > 7)display = "tree_morning.css";
    else if (thehour > 4)display = "tree_sunrise.css";
    else if (thehour > 1)display = "tree_twilight.css";
    elsedisplay = "tree_sunset.css";
    
    var css = '';
    
    document.write(css);// End -->}</script><script language="javascript">getCSS();</script>
    Hopefully this helps someone who knows more than I do. This is a pretty cool idea, and I'd like to see how it turns out.
     
  5. Unread #3 - Oct 26, 2013 at 10:22 AM
  6. MoonGlare
    Joined:
    Sep 26, 2011
    Posts:
    3,327
    Referrals:
    4
    Sythe Gold:
    616
    Discord Unique ID:
    257740424829992960
    Paper Trading Competition Participant In Memory of Jon Battleship Champion Heidy

    MoonGlare Veni. Vidi. Vici
    Graphics Artist Retired Sectional Moderator Competition Winner

    Graphics challenge

    Wait, we have to know how to code :3 ?
     
  7. Unread #4 - Nov 10, 2013 at 9:06 PM
  8. bigk1121
    Joined:
    Jun 30, 2011
    Posts:
    848
    Referrals:
    0
    Sythe Gold:
    0

    bigk1121 Apprentice
    Banned

    Graphics challenge

    yeah i have no clue how to code yet lol i could make a beast one like .gif or somthing. i am going to be learning how to code a website in a few months tho.
    is there any way that we could just design it and have someone els code it?
    also what would the prizes be because if i work on it it will have to be worth my while.
     
  9. Unread #5 - Nov 12, 2013 at 2:29 PM
  10. HNCdice
    Joined:
    Nov 29, 2012
    Posts:
    3,186
    Referrals:
    4
    Sythe Gold:
    1,870
    Vouch Thread:
    Click Here
    Discord Unique ID:
    373504453908889603
    Discord Username:
    Vibrantcloud

    HNCdice Top .001% OF
    $50 USD Donor New

    Graphics challenge

    I think he just wants people to make new themes for different times of the day. Someone else (Govind/Matthew) will probably do the coding:p

    Edit: i was wrong, but what i said makes more sense.
     
  11. Unread #6 - Nov 12, 2013 at 3:36 PM
  12. Matty ICE
    Joined:
    Oct 29, 2012
    Posts:
    1,064
    Referrals:
    0
    Sythe Gold:
    7

    Matty ICE Guru
    Banned

    Graphics challenge

    Is this still going? I can code and complete GFX
     
< Photoshop 'problem'? | Problems loading my layout >

Users viewing this thread
1 guest


 
 
Adblock breaks this site