Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

hello i am new to game development , i have a read this thread which make a smoke effect for a rocket in OpenGL es but i have problem with understanding it can anyone suggest me some articles about it with java code

share|improve this question
1  
Look up particle systems: gamedev.stackexchange.com/search?q=particle+system – Jari Komppa Sep 23 '11 at 12:52

1 Answer

http://nehe.gamedev.net/ & http://www.gamasutra.com/view/feature/3157/building_an_advanced_particle_.php

But these are in C++ as most games are written in C, but the principles are the same really.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.