Particle Trails

Hi! I’m working on a 2D game using OpenGL to draw sprites using textured quads, and I’m currently working on the particle system.
For effects like engine trails, lasers and lightning, is there a good method for drawing continuous lines with textures?
Thanks!