Android Open Source - OpenGL opengl OpenGLUtils






Project Summary

OpenGL ES Utils for Android.

Web Site / Source Repository

OpenGLUtils is hosted in the following web site
https://github.com/kalhauge/OpenGLUtils

If you think the Android project OpenGLUtils listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of OpenGLUtils.

ItemValue
Java File Count25
Target SDK Version15
Minimum SDK Version8
Activity Count0
jar files usedandroid-support-v4.jar




Java Source Files

OpenGLUtils has the following Java source files.

dk.kalhauge.openglutils.core.ArcBallCamera.java
dk.kalhauge.openglutils.core.Draworder.java
dk.kalhauge.openglutils.core.Entity.java
dk.kalhauge.openglutils.core.Framebuffer.java
dk.kalhauge.openglutils.core.Light.java
dk.kalhauge.openglutils.core.ShaderProgram.java
dk.kalhauge.openglutils.core.Texture.java
dk.kalhauge.openglutils.core.Utils.java
dk.kalhauge.openglutils.core.VertexAttributeArray.java
dk.kalhauge.openglutils.exceptions.AttributeDoesNotExistException.java
dk.kalhauge.openglutils.exceptions.CompileException.java
dk.kalhauge.openglutils.exceptions.EntityDoesNotHaveAbilityException.java
dk.kalhauge.openglutils.exceptions.TextureSetupExecption.java
dk.kalhauge.openglutils.exceptions.UniformDoesNotExistException.java
dk.kalhauge.openglutils.extras.PositionEntity.java
dk.kalhauge.openglutils.intances.CubeEntity.java
dk.kalhauge.openglutils.intances.FullScreenEntity.java
dk.kalhauge.openglutils.intances.SphereEntity.java
dk.kalhauge.openglutils.intances.TriangleEntity.java
dk.kalhauge.openglutils.interfaces.ShaderAttachable.java
dk.kalhauge.openglutils.math.Color.java
dk.kalhauge.openglutils.math.Matrix.java
dk.kalhauge.openglutils.math.Scalar.java
dk.kalhauge.openglutils.math.Vec3.java
dk.kalhauge.openglutils.math.Vec4.java