-
Notifications
You must be signed in to change notification settings - Fork 1
Easy Hacks
If you're interested in Cogl but don't know where to start, then please take a look through these ideas for easy hacks that may help to get you acquainted with the code base.
Note: I've only just bootstrapped this page with a few examples off the top of my head, so if you are looking for more ideas, please also pester me (rib) and neil (bpeel) on irc to add more examples here.
Configure and build Cogl with --enable-gtk-doc and look at all the warnings when generating the documentation. These are usually caused by mistakes in how we've annotated functions in the headers.
See https://developer.gnome.org/gtk-doc-manual/unstable/documenting.html.en for a guide about gtk-doc annotation syntax and look around at other Cogl headers to see the style that should be followed.