Skip to content

Simple 2D game library with graphics editor (Win64)

Notifications You must be signed in to change notification settings

anomalou/Medium

Repository files navigation

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