SDfmL/DOCUMENTATION.md
2022-02-20 11:03:12 +08:00

949 B

🤨

A wrapper build around SDL2, some of its libraries, and SoLoud to make a lot of stuff more easier to use.

Stuff like:

  • Rendering functions
  • Object system
  • Sound
  • Configuration
  • Less dll binary clutter!
  • and most possibly, more.... idk.

Requirements

Compiler Requirements

Instructions

Copy all of the library files to the lib/ folder. Reminder that ALL header files are already included, so you don't need to worry about linker issues.

src/Main.cpp should contain example code with some explanations.