Implementation of the n-body problem for an Android application in order to see differences of performance between java code, C code and RenderScript..
Nbody-problem is hosted in the following web site
https://github.com/bowserf/Nbody-problem
If you think the Android project Nbody-problem listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Nbody-problem.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Activity Count | 1 |
There are 1 image files in Nbody-problem. The names of the image files are listed as follows.
ic_drawer.png
The following screenshort is generated from the image listed above.
Nbody-problem has the following Java source files.
fr.bowserf.nbodyproblem.CalculationCPU.java fr.bowserf.nbodyproblem.CalculationGPU.java fr.bowserf.nbodyproblem.CalculationNDK.java fr.bowserf.nbodyproblem.ComputationFunction.java fr.bowserf.nbodyproblem.Constantes.java fr.bowserf.nbodyproblem.MainActivity.java fr.bowserf.nbodyproblem.opengl.OpenGL20Render.java fr.bowserf.nbodyproblem.opengl.OpenGLView.java