Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 503 Bytes

README.MD

File metadata and controls

17 lines (16 loc) · 503 Bytes

Medium

Simple game library based on SDL2 and OpenGL for own use in action RPG Medium.
Additionally have tool for sprites and game maps editing. Links will be later.
Full manual for using will be later.

Build

  • Configure CMake
  • Put in build directory files:
    • SDL2.dll
    • SDL2_image.dll
    • SDL2_ttf.dll
    • ui.ata
    • Directory shaders
    • At least one of font:
      • arial.ttf
      • firacode.ttf
  • Build project with CMake