A simple request :)
category: offtopic [glöplog]
Hi, I have a request for a coder to write a very simple screen saver or exe file - a simple rotating cube (it would be great to have a choice of options, eg rotation speed, colors, wireframe). Does anyone of you would have time to write something so simple? I think that for pro coder is something very simple and quick :) I like rotating cubes, and there is no screen saver that allowed to contemplate the rotating cubes. Please and thank you. :)
WTF
luckily, there are some screen saver tools which executes any executable as a screen saver. shouldn't be too hard to google for one of them. choose your favorite quick start-up demo with cubes and live happily ever after.
ill do it for fifty bucks. ha
what rudi says, but in euro. German quality costs its price!
also see this.
I'm need for a blowjob...
[width="left to tight"][heigth="bottum to up"] ;-)
1) just download visual studio express, it's free
2) copypaste nehe tutorial 2 or 3 (the one that deals with rendering a cube)
3) read what defiance urled up
4) ??!?!?!?!?
5) PROFIT!
2) copypaste nehe tutorial 2 or 3 (the one that deals with rendering a cube)
3) read what defiance urled up
4) ??!?!?!?!?
5) PROFIT!
Could you give us a rough idea of the payment?
I thought that doing this is 5 minutes of work ... Ok, never mind.
emha76: It is, but five of my minutes are very expensive.
"I want to see effect X" is how a lot of demo coders have started their career. Why not try to come up with one yourself? :)
Quote:
I'm need for a blowjob...
Me too & beer as well please.
i recommend www.processing.org, i think they even have a cube in one of their tutorials.
The default example is a bit much, so here's an orange cube with black edges on a gray background. This is pretty much as simple as it gets:
Code:
void setup()
{
size(640, 360, P3D);
strokeWeight(3f);
fill( color(255,100,50) );
frameRate(60);
}
void draw()
{
lights();
background( color(100) );
translate( width/2, height/2, 0);
rotateX(-PI/6);
rotateY( millis() * 0.001f);
box(140);
}
Preacher - I am a musician,not a coder... :/
wysiwtf & tomaes - thanks, but I really do not know what next:)
wysiwtf & tomaes - thanks, but I really do not know what next:)
How about this?
w00t to the rescue. Now where's my hooker & beers? ;)
This one is for free!
Now where can I get that blowjob?
Now where can I get that blowjob?
WouterSoftWare - Thanks, I found it before I wrote to you, they are horrible!
sounds like somebody needs to learn Processing.
It ain't a screensaver, but someone who only knows HTML can figure it out with minimal documentation.
It ain't a screensaver, but someone who only knows HTML can figure it out with minimal documentation.
Why do you even want a screensaver; presumably the screensaver is activated when you are not working on the computer, i.e. when you are not sitting in front of it. in that case, you can just as well enable energy saving mode to automatically turn off the screen.. :P
I remember getting a Winamp plugin made by Aardbei, that could also be installed as a screensaver.
Get it here
Can't find it on Pouet or Scene.org.
It has more than 1 cube though, but it's really nice looking. Good memories.
Get it here
Can't find it on Pouet or Scene.org.
It has more than 1 cube though, but it's really nice looking. Good memories.