cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

README.txt (627B)


      1
      2                         Simple DirectMedia Layer
      3
      4                                  (SDL)
      5
      6                                Version 2.0
      7
      8---
      9https://www.libsdl.org/
     10
     11Simple DirectMedia Layer is a cross-platform development library designed
     12to provide low level access to audio, keyboard, mouse, joystick, and graphics
     13hardware via OpenGL and Direct3D. It is used by video playback software,
     14emulators, and popular games including Valve's award winning catalog
     15and many Humble Bundle games.
     16
     17More extensive documentation is available in the docs directory, starting
     18with README.md
     19
     20Enjoy!
     21	Sam Lantinga				(slouken@libsdl.org)