IS2511 / easySDL

[WIP] SDL2 + OpenGL made easier (through our pain)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easySDL

Man, if only SDL was like Processing...

Got you covered!

Download

Oh what? You want a precompiled library? Yeah, no. Come back later, maybe I'll add some.

Install

Standard procedure

git clone https://github.com/IS2511/easySDL.git
cd easySDL
mkdir build
cmake ..
make

Dependencies

  • SDL2
  • OpenGL

Usage

Documentation: https://is2511.github.io/easySDL

What should be a list of functions: https://is2511.github.io/easySDL/easySDL_8h.html

Also check out TestGame (in this repository)

About

[WIP] SDL2 + OpenGL made easier (through our pain)

License:MIT License


Languages

Language:C++ 97.0%Language:CMake 3.0%