├── Cocos2dx-particles.txt ├── ParticleExample.cpp ├── ParticleExample.h ├── ParticleSystem.cpp ├── ParticleSystem.h ├── README.md ├── fire.png ├── main.cpp └── pic ├── fire.png └── snow.png /Cocos2dx-particles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarsty/SDL2-particles/HEAD/Cocos2dx-particles.txt -------------------------------------------------------------------------------- /ParticleExample.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarsty/SDL2-particles/HEAD/ParticleExample.cpp -------------------------------------------------------------------------------- /ParticleExample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarsty/SDL2-particles/HEAD/ParticleExample.h -------------------------------------------------------------------------------- /ParticleSystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarsty/SDL2-particles/HEAD/ParticleSystem.cpp -------------------------------------------------------------------------------- /ParticleSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarsty/SDL2-particles/HEAD/ParticleSystem.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarsty/SDL2-particles/HEAD/README.md -------------------------------------------------------------------------------- /fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarsty/SDL2-particles/HEAD/fire.png -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarsty/SDL2-particles/HEAD/main.cpp -------------------------------------------------------------------------------- /pic/fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarsty/SDL2-particles/HEAD/pic/fire.png -------------------------------------------------------------------------------- /pic/snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarsty/SDL2-particles/HEAD/pic/snow.png --------------------------------------------------------------------------------