Welcome to SGC’s documentation!

Simple Game Code (SGC) is a library which provides a basic GUI environment for use in Pygame applications. It features:

  • Windows, buttons, menus, dialogs, text inputs, radio-buttons, and toggles
  • Keyboard control for all widgets
  • Pygame-like API which does not require you to give up your main-loop
  • Identical rendering for Pygame or Pygame + OpenGL surfaces

Contents:

Next topic

License