Currently it out of date, because now agar use driver concept. I have been moved (app with OpenGl background like you too) from 1.3.4 to latest svn revision few days ago without many problems. Code now is more clean, but still need access to SDL_Surface of view to toggle fullscreen for example (not sure that it possible toggle on windows and macos by SDL_WM_ToggleFullScreen command).
I see you know about demos/customeventloop, so I think you need comment "#include <SDL.h>" in your example and replace all SDL_ to AG_ events, You may refer to agar gui source code to watch how event work like me. P.S. Believe it will be last so huge changes in agar. _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
