/Kanity

Simple game engine.

Primary LanguageDMIT LicenseMIT

Kanity

Simple RPG game engine.

How to build

  1. $ git clone git@github.com:Chikuwabu/Kanity.git --recursive or $ git clone https://github.com/Chikuwabu/Kanity.git --recursive
  2. $ cd Kanity
  3. $ dub build

How to run

$ ./bin/kanity or $ dub run

Build dependencies

Run dependencies

  • SDL 2.0 (sdl2)
  • SDL_image 2.0 (sdl2_image)
  • SDL_ttf 2.0 (sdl2_ttf)
  • OpenGL3

License

This software is released under the MIT License, see LICENSE.
Copyright (c) 2016 Chikuwabu