Template source code for a OS X screensaver
Hi, is there a chance you could release a sample xcode project for building a breve screensaver from source?
So far, I managed to "hack" the breveCreatures screen saver to run my own .tz file, but since the version of the engine it uses is 2.3, I had to disable a few things that are only available on the new 2.4 engine.
Also, due to the nature of Mac OS X screensavers(*), it is impossible for me to have both the original breveCreatures and my hacked version installed at the same time without they mutually interfering.
(*) They are actually plugins, and share the same namespace, so if two pluggins happen to have a function with the same name anything could happen, usually something bad (Murphy's law :wink: )
