Starter project for SDL2.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
TheoryOfNekomata 33cc6e5edb Add Spine dependency hace 1 año
__mocks__ Implement joystick tests hace 1 año
docs/reference/files Isolate input/output handling hace 1 año
src/packages Implement geometry methods hace 1 año
.editorconfig Organize test fixtures hace 1 año
.gitignore Update CMake config, add events demo hace 1 año
CMakeLists.txt Add Spine dependency hace 1 año
README.md Update CMake config, add events demo hace 1 año
dependencies.txt Add Spine dependency hace 1 año

README.md

sdl2-hello-world

A beginner template for SDL2 powered by CMake.

Setup

  1. Clone this repo.

  2. Download the SDL2 Development Libraries from the official download page.

    • For Windows

      1. Unpack the MSVC archive under dependencies folder in this project’s root.
      2. Rename the directory as SDL2.
    • For macOS

      TODO

    Alternatively, on Windows, you can link the external libraries via symlink.

  3. Build via CMake.