I'd say it's easy to try it out, you could e.g. download godot and in the "templates" you can search for a demo, and if that runs okay, you can expect your project to run ok too imo. Search e.g. "2D platformer demo", particles won't be available on GLES 2 but other stuff seem to work fine. (Also, in your project you can just use CPUParticles on gles2). I think you have a decent chance that it'll run okay.