Skip to content

Poikilos/ParticlePandaPy3

 
 

Repository files navigation

ParticlePandaPy3

A particle system designer for python 3 using KivyPotentParticles. https://github.com/expertmm/ParticlePandaPy3 (formerly https://github.com/expertmm/kivy-particle-py3)

Particle Panda is dependent on KivyPotentParticles

Changes

(2018-01-09)

  • working on KivyPotentParticles compatibility

  • renamed demo_particle to particlesystem for clarity (2016-02-02)

  • change kivyparticle.BLEND_FUNC to kivyparticle.engine.BLEND_FUNC (2016-02-01)

  • Python 3 fork by expertmm

  • Uses kivyparticle engine from KivyPotentParticles, (formerly used Particle System from Kivy Garden, a python2 implementation of Skitoo's Kivy Particle which is in turn an implementation of Starling Extension Particle System for Kivy Python framework.

  • fixed pre-existing missing file error by changing all instances of "media/particle.png" to "media/particles/particle.png"

  • fix "TypeError: 'float' object cannot be interpreted as an integer" in origin setting in cblcolorpicker.kv (comment it)

  • fix "No module named 'particlesystem'" error by creating https://github.com/expertmm/kivy-particle-py3 (fork from old non-Cython version) and importing that instead

  • ran 2to3

#Particle Builder Particle Builder is a GUI implemented in Kivy for Real-Time editing of the Kivy Particle System

About

An extensible, open source particle system built in python using the Kivy framework--Py3 fork by poikilos

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
license-ccpl.txt
LGPL-3.0
license-lgpl.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • Shell 1.6%
  • Batchfile 1.1%