pouët.net

Go to bottom

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. :)
added on the 2011-09-19 14:03:42 by emha76 emha76
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.
added on the 2011-09-19 14:40:41 by Skate Skate
ill do it for fifty bucks. ha
added on the 2011-09-19 14:49:22 by rudi rudi
what rudi says, but in euro. German quality costs its price!
added on the 2011-09-19 14:54:40 by las las
also see this.
added on the 2011-09-19 15:21:23 by Defiance Defiance
I'm need for a blowjob...
added on the 2011-09-19 15:34:14 by raer raer
[width="left to tight"][heigth="bottum to up"]BB Image ;-)
added on the 2011-09-19 16:08:58 by w00t! w00t!
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!
added on the 2011-09-19 16:56:53 by maali maali
Could you give us a rough idea of the payment?
added on the 2011-09-19 18:23:48 by joooo joooo
I thought that doing this is 5 minutes of work ... Ok, never mind.
added on the 2011-09-19 18:38:08 by emha76 emha76
emha76: It is, but five of my minutes are very expensive.
added on the 2011-09-19 18:38:47 by kusma kusma
"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? :)
added on the 2011-09-19 18:56:06 by Preacher Preacher
Quote:
I'm need for a blowjob...

Me too & beer as well please.
added on the 2011-09-20 01:32:57 by ringofyre ringofyre
i recommend www.processing.org, i think they even have a cube in one of their tutorials.
added on the 2011-09-20 03:25:17 by wysiwtf wysiwtf
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); }
added on the 2011-09-20 09:45:27 by tomaes tomaes
Preacher - I am a musician,not a coder... :/
wysiwtf & tomaes - thanks, but I really do not know what next:)
added on the 2011-09-20 10:21:20 by emha76 emha76
How about this?
added on the 2011-09-20 11:18:12 by w00t! w00t!
w00t to the rescue. Now where's my hooker & beers? ;)
added on the 2011-09-20 11:23:43 by ringofyre ringofyre
This one is for free!
Now where can I get that blowjob?
added on the 2011-09-20 11:30:45 by w00t! w00t!
added on the 2011-09-20 11:38:43 by w00t! w00t!
WouterSoftWare - Thanks, I found it before I wrote to you, they are horrible!
added on the 2011-09-20 13:08:16 by emha76 emha76
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.

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.
added on the 2011-09-22 08:18:13 by duffman duffman

login

Go to top