Possible.. But the thing on my mind is.. Isn't it such good source with evertything implented what you even dan't dream?? Cause im a person that wants too add things , fix bugs, etc etc. I never worked with that source..Quote:
I would suggest you just use hybrids source, if ur going to make the "perfect co 5017".
As it is more stable, is bugless and you will learn alot from it.
On the contrary, hybrids source has nearly nothing in it except for login, and basic functions.Quote:
Possible.. But the thing on my mind is.. Isn't it such good source with evertything implented what you even dan't dream?? Cause im a person that wants too add things , fix bugs, etc etc. I never worked with that source..
*sorry if i made typos im on mobile phone ;)*
as arco said above there is nothing really in the source.Quote:
Possible.. But the thing on my mind is.. Isn't it such good source with evertything implented what you even dan't dream?? Cause im a person that wants too add things , fix bugs, etc etc. I never worked with that source..
*sorry if i made typos im on mobile phone ;)*
Add me on msn and I'll give you a timer for it.Quote:
Heya,, i was busy for a while! :)
I'll go on with this project for a while,,Maybe later i'll go to Hybrids source...
Sorry had a real busy week at school. Today i added day, evening, night to my source, yet it still with command, ill add timer later :)
Screenshots
Double Time = DateTime.Now.Hour + (Double)(DateTime.Now.Minute / 60); Byte Color = (Byte)((-191 / 144) * Math.Pow((Time - 12), 2) + 255); UInt32 RealColor = (UInt32)((Color << 16) | (Color << 8) | Color);
Ah i see.. I'll try add it tomorow, only problem is, the morning i want too start little blueish, tha more orange (sunish) like in real. I'll add weather soon too.Quote:
If you want something realistic and based on the time, here a function.
C = -191/144(T - 12)^2 + 255
Little example:
Code:Double Time = DateTime.Now.Hour + (Double)(DateTime.Now.Minute / 60); Byte Color = (Byte)((-191 / 144) * Math.Pow((Time - 12), 2) + 255); UInt32 RealColor = (UInt32)((Color << 16) | (Color << 8) | Color);
I've added you (hint* my real name is Thomas so you know thats me)Quote:
Add me on msn and I'll give you a timer for it.