Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Particle System!  (Read 4042 times)

0 Members and 1 Guest are viewing this topic.

DarkRoku12

  • Full Member
  • ***
  • Posts: 203
  • Lua coder.
    • View Profile
    • Email
Particle System!
« on: June 13, 2015, 08:50:26 pm »
This is a particle system written in pure c++/sfml by me.
It'll be used on my lua game engine. (Will have 2 particle system, the two have "physics" but the first won't interact will Box2D/LiquidFun objects, and the second will).

Particles can have a lot of behaviors by setting severals params.
About the perfomace can move 4000 particles with a framerate at 2,250+ fps ; 

If someone are interested on the source code can contact me, you can use my particle system in yours games too.

I'll append some images link. Jope you like it.

http://www.subirimagenes.com/imagedata.php?url=http://s2.subirimagenes.com/imagen/9391062effect01.png

http://www.subirimagenes.com/imagedata.php?url=http://s2.subirimagenes.com/imagen/9391064effect02.png

http://www.subirimagenes.com/imagedata.php?url=http://s2.subirimagenes.com/imagen/9391072effect3.png

http://www.subirimagenes.com/imagedata.php?url=http://s2.subirimagenes.com/imagen/9391065effect4.png

http://www.subirimagenes.com/imagedata.php?url=http://s2.subirimagenes.com/imagen/9391067effect5.png

http://www.subirimagenes.com/imagedata.php?url=http://s2.subirimagenes.com/imagen/9391068effect6.png

http://www.subirimagenes.com/imagedata.php?url=http://s2.subirimagenes.com/imagen/9391073effect7.png
« Last Edit: June 13, 2015, 08:53:28 pm by DarkRoku »
I would like a spanish/latin community...
Problems building for Android? Look here

JuDelCo

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • JuDelCo's Twitter
Re: Particle System!
« Reply #1 on: June 13, 2015, 08:54:04 pm »
Now with sprites, and shaders, that will raise the 4000 cap to heavens  8)

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: Particle System!
« Reply #2 on: June 15, 2015, 10:10:17 pm »
Images look nice enough, but why would I use this instead of Thor Particles? :
 http://www.bromeon.ch/libraries/thor/v2.0/doc/group___particles.html
 http://www.bromeon.ch/libraries/thor/v2.0/tutorial-particles.html
Honest question. I'm currently using Thor's particle module and it works well - why would I want to switch?
« Last Edit: June 15, 2015, 10:18:32 pm by Jesper Juhl »

DarkRoku12

  • Full Member
  • ***
  • Posts: 203
  • Lua coder.
    • View Profile
    • Email
Re: Particle System!
« Reply #3 on: June 16, 2015, 12:48:35 am »
Images look nice enough, but why would I use this instead of Thor Particles? :
 http://www.bromeon.ch/libraries/thor/v2.0/doc/group___particles.html
 http://www.bromeon.ch/libraries/thor/v2.0/tutorial-particles.html
Honest question. I'm currently using Thor's particle module and it works well - why would I want to switch?

I made it not for replace thor´s particles engine.  Its just another option. And, i have no images/videos for thor´s particles so i actually can´t comparate it, but comming by Nexus (bromeon) i imagine that is a great quality particles engine.

The main purpose of its creations it´s only use it in my game engine. If other(s) wants to use it great.
I would like a spanish/latin community...
Problems building for Android? Look here

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: Particle System!
« Reply #4 on: June 16, 2015, 05:19:20 pm »
I was just wondering.
If it provides no advantages over Thor Particles, then why reinvent the wheel instead of just using what is already available?

DarkRoku12

  • Full Member
  • ***
  • Posts: 203
  • Lua coder.
    • View Profile
    • Email
Re: Particle System!
« Reply #5 on: June 16, 2015, 08:27:30 pm »
If it provides no advantages over Thor Particles, then why reinvent the wheel instead of just using what is already available?

As same i said before, i can´t compare, i haven´t used/saw Thor´s particles.
As far as i know there is no images/videos of Thor. If someone show me examples... ::)

I don't want to discuss more about reinventing the wheel/ thor particles vs my particles etc...

I only want yo show this, and know the community's reviews ( is bad/good ,what need what left etc) about what I did.
« Last Edit: June 16, 2015, 08:42:23 pm by DarkRoku »
I would like a spanish/latin community...
Problems building for Android? Look here