Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

GimmeSlack12

macrumors 603
Original poster
Apr 29, 2005
5,406
13
San Francisco
I have a good idea for a screen saver, pretty basic, but I really don't know the process for building one. I do have the Developer package installed on my machine.

Any tutorials that can help me with this? Or anyone willing to lend a hand to kinda show me how? I can PM you or you can PM me. I have some basic programming (C++) skills. Hope I am not being too vague.
Thanks
 

Simon Liquid

macrumors regular
Jul 4, 2001
223
0
Iowa
If your screen saver idea is simple, it's very possible you could put it together in Quartz Composer. This is part of the free Developer Tools and lets you do quite a bit. The interface is pretty easy to learn. All the objects are like blocks and you can hook them together with your mouse. For example, you can select a cube object from the premade options. Then you can import a picture and hook it into the attribute of the cube that tells it what to display on the sides. Then you can create a number generator that, over 10 seconds, goes from 0 to 360 looping back to zero. Hook the generator to the cube's rotation attribute and it will spin once every 10 seconds. You can save this as a screen saver, among other things.

There are a fair number of tutorials for Quartz Composer online. The only site I still have bookmarked is http://www.quartzcompositions.com/phpBB2/. Please note-Quartz Composer only works with Tiger. If you only have 10.3 you're out of luck.
 

savar

macrumors 68000
Jun 6, 2003
1,950
0
District of Columbia
GimmeSlack12 said:
I have a good idea for a screen saver, pretty basic, but I really don't know the process for building one. I do have the Developer package installed on my machine.

Any tutorials that can help me with this? Or anyone willing to lend a hand to kinda show me how? I can PM you or you can PM me. I have some basic programming (C++) skills. Hope I am not being too vague.
Thanks

It's pretty easy with Cocoa/Obj-C

For the sake of community interest, why don't you just post the idea here? (OR is it commercial?)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.