Skip to content

VMormoris/PuruPuru

Repository files navigation

Installation

If you want to try out the tool just go here download the latest release version and use it.

If you want to expand the tool for your own game:

  • Clone the repo: git clone --recursive https://github.com/VMormoris/PuruPuru
  • Create project:
    • In Windows run premake5 vs20**
    • In Linux run premake5 gmake2
  • Build:
    • In Windows open PuruPuru.sln with your favorite editor (or use msbuild)
    • In Linux run make

For more information on how to use premake5 can be found in their website

Third Party Libraries

Contributing

  • For reporting a bug please open an issue describing the bug as well a way to recreate it.
  • If you want to contribute or suggest a new feature open an issue describing what you want.
  • Feel free to work to any of the opened issues for a bug and make a pull request.