In most games I've seen, grass is handled with low poly models with transparent bitmaps, rather than articulated models/individual particles.

However, you could use a particle emitter. I tried this successfully, but I did not like the results. Also, particles die by default, and it felt strange to make them stay alive by extending their lifetime with code.

Maybe someone else has some thoughts on this...