Skip to content

Latest commit

 

History

History
executable file
·
20 lines (19 loc) · 269 Bytes

File metadata and controls

executable file
·
20 lines (19 loc) · 269 Bytes

ISOEngine

It will be isometric game engine based on SDL2.

Dependencies:

  • SDL2
  • SDL2_Image
  • toml++
  • cmath
  • vector
  • algorithm
  • iostream

How to build on linux:

sudo chmod +x build.sh
./build.sh

How to build on windows with msys2

./build.ps