Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

raeleus/Particle-Park-Pro

Repository files navigation

Particle Park Pro

License Downloads

Update

This project has been moved to a new repo under the libGDX organization. Please see here: https://github.com/libgdx/gdx-particle-editor This repo will be archived for reference.

Purpose

The purpose of Particle Park Pro is to replace the official libGDX Particle Editor. These are the goals of the project:

  • Target all desktop platforms including M1 Macs.
  • Disallow any use of Swing, AWT, or similar toolkits. Particle Park Pro is solely a Scene2D.UI project.
  • Improve the workflow and interface for maximum efficiency and attractiveness.
  • Export libGDX compatible particle effects. Extra features requiring a separate runtime library will not be supported.
  • Include all features available in the Particle Editor.

How to run

  • Download the latest release from here: releases
  • Ensure you have at least JDK 11 installed on your system: download
  • Run the jar file: java -jar particleparkpro.jar

How to create particles

A tutorial on using Particle Park Pro is in development.

How to contribute

This is a project created by Raymond "Raeleus" Buckley.

  • You may create an issue in GitHub if you encountered a crash or have a feature request. Please include a crash log. This is typically found in the user path ex. C:\Users\<User Folder>\.particleparkpro\
  • See CHANGES and KNOWN_ISSUES for more details on development
  • Please target the dev branch for all PR's