All public logs

Combined display of all available logs of the change wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:51, 30 November 2022 Elie talk contribs created page Code:fullscreen main.h (Created page with "C header for easy OpenGL programming. Gets rid of most boilerplate code. ==Code== <syntaxhighlight lang="c"> ** Elie's OpenGL wrapper Creates a fullscreen vsync'd context with game-style access to keyboard & mouse. Version 1.1 **: #pragma once // This header file implements main(). // Here are the functions you must define in your own code: void init(); void draw(); void done(); /** Notes: * * The init() function is called once at startup. This is the place...")