SPARK open-source advanced particle engine
Re: SPARK open-source advanced particle engine
spark 2 is great also the last stable release is great (and compiles better).
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
-
- Posts: 17
- Joined: Sun Apr 01, 2012 3:51 pm
Re: SPARK open-source advanced particle engine
Darktib,
Its so impressive to me.
I've test this SPARK demos on my HTC phone.
Greaaaaaaaaaaaaaaaaaaat job!
Its so impressive to me.
I've test this SPARK demos on my HTC phone.
Greaaaaaaaaaaaaaaaaaaat job!
-
- Posts: 21
- Joined: Tue Jun 05, 2012 4:42 pm
Re: SPARK open-source advanced particle engine
How do I use this spark2 particle engine from within irrlicht code ?
Re: SPARK open-source advanced particle engine
There is a demo using Irrlicht, you just have to use the Irrlicht renderers. Download the latest sdk (SPARK1.5), or better, the latest SVN (SPARK 2), the demo is quite straightforward.
Re: SPARK open-source advanced particle engine
Has spark been updated to work with irrlicht 1.8?
Re: SPARK open-source advanced particle engine
The only part of SPARK that uses Irrlicht are SPK::IRR::Renderers, and they work with the latest SVN version of Irrlicht. There is still on or two graphic bugs related to transparency, but at least for one it is an Irrlicht bug.
Re: SPARK open-source advanced particle engine
Thanks last time i chequed they changed something in the transparency rendering that fixed the transparency bug but also broke the IRR renderer.
Also on an unrelated mather would it be possible to use shaders on the particle rendered with spark in irrlicht?
Also on an unrelated mather would it be possible to use shaders on the particle rendered with spark in irrlicht?
Re: SPARK open-source advanced particle engine
yes. You can still set material with irrlicht and then render triangles with spark. I think that will work There is no shader unbinding unless irrlicht setup another material.
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Re: SPARK open-source advanced particle engine
Trying to download spark2 from https://svn.code.sf.net/p/sparkengine/c ... _pipeline/
Created a folded, asked Tortoise to import the files, but then Sourceforge asks for login credentials.
Anyone know what the login is?
Created a folded, asked Tortoise to import the files, but then Sourceforge asks for login credentials.
Anyone know what the login is?
Re: SPARK open-source advanced particle engine
You shouldn't need login for just reading. What's your exact command?
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: SPARK open-source advanced particle engine
I really find Tortoise cryptic to use, so I used DownloadThemAll in Chrome. But it asks for login.
(Edit) With Tortoise, I created a new folder, then right clicked, import... but get an error saying couldn't find type data on "https://svn.code.sf.net/p/sparkengine/c ... _pipeline/"
(Edit) With Tortoise, I created a new folder, then right clicked, import... but get an error saying couldn't find type data on "https://svn.code.sf.net/p/sparkengine/c ... _pipeline/"
Re: SPARK open-source advanced particle engine
It should be "Checkout" not "import". Really look some video on youtube about tortoise, if you don't do branching or mergin using tortoise is really easy. (and anyway SourceForge credentials can be accessed from your sourceforge profile ) take the time you need to learn basics of SVN and try to get as much as possible of GIT, you'll need it as software developer (even if you work alone)
you can also download a snapshot thanks to SF web interface:
https://sourceforge.net/p/sparkengine/c ... r_pipeline
Code: Select all
svn checkout svn://svn.code.sf.net/p/sparkengine/code/trunk sparkengine-code
https://sourceforge.net/p/sparkengine/c ... r_pipeline
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Re: SPARK open-source advanced particle engine
REDDemon and cutealien said it
BTW, I'm currently switching to git so I can abandon sourceforge (finally!).
BTW, I'm currently switching to git so I can abandon sourceforge (finally!).
Re: SPARK open-source advanced particle engine
Thanks for the advice REDDemon, will follow up on that. I had downloaded a snapshot before but there was a function that wasn't linking from a dll that was included, and had the function, so hope this time it will work!