32 | 32 | The particle simulation is to compute various movements of the particle virtually in the program. However, because it takes time to calculate when number of particles increases, it is not possible to simulate it in real time with only CPU. Then, I attempts to speed-up the particle simulations by using Graphics Processing Unit(GPU) whose arithmetic capacity is higher than that of CPU. As a result, it is possible to simulate with GPU particle simulations in realtime with GPU up to the number of particles of 8000. |