Mercury Particle Engine Editor

I’ve been looking to start utilization of the Mercury Particle Engine that’s available in the MonoGame.Extended library.

In my travels through Google I came across a demo video in YouTube that show cases what looks like an editor / particle “demo” based on XML definitions.

I’ve been unable to find the source code in the CodePlex archive or the new GitHub site. Has anyone else had any luck?

Any recommendations on what to read/watch to ‘get started’ would be much appreciated as well.

Thanks so much!

Hey,
i have some of the source code here in my repo. I hope I didn’t changed it. But it should be ok: https://www.dropbox.com/s/u6u7j1c3rfmdmls/Mercury%20Particle%20Engine%203.1%20for%20XNA%204.0%20(Source).zip?dl=0

2 Likes

Thanks for sharing this! I’ve updated the project to reference MonoGame assemblies instead of XNA.

I’ve placed the code in GitHub - https://github.com/jamesjoplin/ProjectMercury.MonoGame

I created an installer utilizing WiX which you can grab as well - https://github.com/jamesjoplin/ProjectMercury.MonoGame/raw/v0.1.0/Installer/EffectEditorSetup.msi

Windows Defender is likely to yell at you if you attempt to run the installer due to the executable being unsigned and new.

I have not updated any of the underlying libraries to utilize updated code from the MPE GitHub repository - https://github.com/Matthew-Davey/mercury-particle-engine

If there is additional interest we could utilize updated code from the MPE repository and determine where the work belongs (maybe a fork of the Matthew Davey code base or MonoGame.Extended)

Hope this helps!

I’m creating a Particle Sandbox / Editor based on the Mercury Particle Engine in the moment.

In case someone stumbled on this thread in search of an editor for this particle engine, I am leaving this link here: