GPU (graphics processing unit), is a specialized processor designed to accelerate the process of building images.
8
votes
5answers
1k views
Geometric Transformations on the CPU vs GPU
I've noticed that many 3d programs normally do vector/matrix calculations as well as geometric transformations on the CPU. Has anyone found an advantage in moving these calculations into vertex ...
5
votes
4answers
912 views
Is it possible to use the GPU on a mobile device to accelerate a particle physics engine?
I am interested in answers for any mobile device but I am mainly considering the iPhone and devices that run Java.
I am developing a game that relies heavily on a particle physics engine for core ...