Screensaver example

Hello community,

I can’t find a working example of a screensaver made with Cinder. The only code
I’ve found contains errors:

I want to develop it with OpenGL. I use version 0.9.2.

Thanks in advance for any answer,
azerty69

This is a pretty old and dusty corner of cinder so it’s possible it doesn’t work right out of the box, but in theory the only changes you need to make (excluding custom dialogs etc) is to change your app macro from CINDER_APP to CINDER_APP_SCREENSAVER and have your app class derive from ci::app::AppScreenSaver instead of just ci::app::App

There’s a test app that comes with cinder that you might be able to start from.