Skip to content

MusouCrow/ParticleEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8d3454b · Jan 14, 2017

History

22 Commits
Nov 30, 2016
Nov 30, 2016
Jan 14, 2017
Jan 14, 2017
Jan 14, 2017
Nov 13, 2016
Jan 14, 2017
Nov 14, 2016
Jan 14, 2017
Nov 30, 2016

Repository files navigation

Particle Editor

This is a editor of particle for LÖVE


About Particle Editor

Features

  • It has all function of Particle System.
  • It is cross-platform. (Windows (32 bit), Mac OS X, Ubuntu (64 bit))
  • It uses to Imgui as the UI kit.
  • It can make/open/save a Particle File. (*.json)
  • It can edit more than one Particle Object.

Keyboard Shortcuts

  • Space: Pause/Restart the Particle Object's animation. (Hold Left Ctrl will to select all.)
  • Enter: Reset the Particle Object's animation. (Hold Left Ctrl will to select all.)
  • Up(Down) Arrow: Switch a Particle Object.
  • Right Click: Move the Particle Object.

How to use?

  • In ParticleEditor, you can make some Particle File to give your project to use.
  • The Particle File's format is JSON, so you need to use the library of CJSON. (Already be included in the lib folder)
  • You can use the specially function in the creation.lua to load Particle File and then to create Particle System object.
  • The Particle File doesn't have Texture data and Drawing data, so you need to prepare yourself.

About

An editor of particle for LÖVE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages