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
- In Windows run
- Build:
- In Windows open
PuruPuru.sln
with your favorite editor (or usemsbuild
) - In Linux run
make
- In Windows open
For more information on how to use premake5 can be found in their website
- entt As an entity-component-system.
- imgui-node-editor Node editor.
- yaml-cpp Is used for (de)serialization.
- 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.